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

Max Lapshin max.lapshin@REDACTED
Mon Jun 11 19:14:19 CEST 2012


On Mon, Jun 11, 2012 at 9:08 PM, Dmitry Kolesnikov
<dmkolesnikov@REDACTED> wrote:
> Agreed!
>
> I've gave up on parallel parsing for online jobs but still using it for offline batch jobs...
>

Are you using it for gzipped files?
In fact I've refused from reading CSV and I translate CSV files to
erlang:term_to_binary(Rows) format, which is many times faster, than
any parsing in erlang.



More information about the erlang-questions mailing list