ruby-fastercsv

Complete replacement to the csv standard library for ruby
  https://github.com/JEG2/faster_csv/
  0
  no reviews



Fastercsv is intended as a complete replacement to the csv standard library. it is significantly faster and smaller while still being pure ruby code. it also strives for a better interface.

fastercsv is intended to be used with ruby1.8 interpreter, as ruby1.9 already provides its own version of fastercsv.