Hacker News new | ask | show | jobs
by paulddraper 3581 days ago
The Java code is not a CSV parser.

I added the results of using Apache Commons CSV to the GitHub thread.

After using that, Python was actually by far the fastest. Hooray for performance sensitive code in C :)

1 comments

FYI, I later went back and ran PyPy, which implements csv in pure Python. Even including start-up time, it was nearly at CPython speed.