[erlang-questions] Speed of CSV parsing: how to read 1M of lines in 1 second

Max Lapshin max.lapshin@REDACTED
Mon Mar 26 10:23:10 CEST 2012


Colleagues.  There is absolutely no problem with disk IO. wc -l and
erlang file:read both take about 100-200 ms to read whole file.

Problem is in handling this data and parsing.



More information about the erlang-questions mailing list