James Edward Gray II recently announced the release of FasterCSV, which is a replacement library to Ruby’s CSV (that’s “comma separated values”).

The project aims to be faster and smaller than the original, with a better interface.

So far, it’s looks great. It is noticeably faster. The interface is a little different, though arguably a little more thought out.

If you do any parsing of CSV data, I highly recommend you give it a look.