smarter_csv v1.7.0 Release Notes
Release Date: 2022-06-26 // 11 months ago-
- added native code to accellerate line parsing by >10x over 1.6.0
- added option
acceleration
, defaulting totrue
, to enable native code. Disable this option to use the ruby code for line parsing. - increased test coverage to 100%
- rubocop changes