max-mapper / csv-write-stream

A CSV encoder stream that produces properly escaped CSVs
BSD 2-Clause "Simplified" License
204 stars 37 forks source link

Be faster #10

Closed mafintosh closed 10 years ago

mafintosh commented 10 years ago

So... I kinda completely rewrote your thing to use code generation to serialize the rows. I've also added a benchmark (which runs 2x faster using this PR)

max-mapper commented 10 years ago

published as 0.2.0