freebsd-ports/devel/rubygem-fastercsv/pkg-descr
Ying-Chieh Liao 9810a6e13d add fastercsv 0.2.1
A complete replacement to the CSV standard library
2006-09-05 03:12:48 +00:00

9 lines
436 B
Text

FasterCSV is intended as a replacement to Ruby's standard CSV library. It
was designed to address concerns users of that library had and it has three
primary goals:
1. Be significantly faster than CSV while remaining a pure Ruby library.
2. Use a smaller and easier to maintain code base. (We're about even now,
but not if you compare the features!)
3. Improve on the CSV interface.
WWW: http://fastercsv.rubyforge.org/