[CSV Game](https://bitbucket.org/ewanhiggs/csv-game) tests various programming 
languages on how fast they can parse a CSV file. All the usual suspects are 
represented — C, C++, Java, Rust, and so on — but Nim was missing until I added 
it over the weekend. It'll come as no surprise to people here but Nim is very 
speedy and, well, let's just say it does very well against the competition.

You can see the results in the 
[README](https://bitbucket.org/ewanhiggs/csv-game) (look for the Timings 
section) and you can see the Nim code in 
[csvreader.nim](https://bitbucket.org/ewanhiggs/csv-game/src/f7495cf7/nim/csvreader.nim).

Reply via email to