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

Tim Watson watson.timothy@REDACTED
Mon Mar 26 22:47:07 CEST 2012


Max, just ignore the makefile and do this instead:

$ echo '{erl_opts, [native]}.' >> rebar.config
$ rebar clean compile

And then you'll need to compile the csv_example module, which is in
priv - I did this lazilly in the shell with `make:all([native]).'
before running the test functions.

On 26 March 2012 21:27, Max Lapshin <max.lapshin@REDACTED> wrote:
> Dmitry. I tried to compile your library, but it has so many external
> dependencies, that I've failed.
> Sorry.



More information about the erlang-questions mailing list