jvirtanen/fields

Benchmarking

Closed this issue · 3 comments

Fields should be benchmarked against other libraries for reading tabular text formats.

i found it to be fast. reading a 23 MB CSV and converting the results to ObjC strings took

11 seconds with our own implementation
2.12 seconds with cccsvparser/https://github.com/JamesRamm/csv_parser
0.5 seconds with fields

on a 2017 iMac.

Hi @core-code! Thank you for the data point, that's nice to hear. 🙂

Closing this due to lack of activity.