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

Max Lapshin max.lapshin@REDACTED
Sat Mar 24 12:36:11 CET 2012


On Sat, Mar 24, 2012 at 2:11 AM, Tim Watson <watson.timothy@REDACTED> wrote:
> So if you are willing to loose some space efficiency (which you would with mmap anyway) then reading the entire binary into memory is a lot faster:
>

Tim, looks like your solutions is twice faster due to using threads. Am I right?



More information about the erlang-questions mailing list