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

Steve Davis steven.charles.davis@REDACTED
Sun Mar 25 16:12:14 CEST 2012


I know there must be a reason why nobody has suggested:

re:split(Bin, <<",(?=(?:[^\"]*\"[^\"]*\")*(?![^\"]*\"))">>).

...just not sure what that reason is?

/s

On Sunday, March 25, 2012 5:35:41 AM UTC-5, Max Lapshin wrote:
>
> I'm not speaking about latency. I'm speaking about speed.
> ______________________________​_________________
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20120325/8805bbb8/attachment.htm>


More information about the erlang-questions mailing list