[erlang-questions] Large Flat file operations - optimization.

Max Lapshin max.lapshin@REDACTED
Mon Jun 18 10:49:22 CEST 2012


I believe, that my way is fastest: import CSV once by reading it in
chunks and store it serialized with file:write_file(Path,
erlang:term_to_binary(Rows, [compressed]))

I've promised to fix benchmark and I remember about it.



More information about the erlang-questions mailing list