[erlang-questions] Dangers of generating a large erlang module
Anthony Ramine
n.oxyde@REDACTED
Sun Sep 29 12:38:45 CEST 2013
Hello Ivan,
Out of curiosity, what does it look like?
Pattern matching on literal values in Erlang is done with a binary search over the sorted list of patterns, I am not sure this would play well with your use case even if the compilation didn't bring the VM down.
Regards,
Le 29 sept. 2013 à 11:29, Ivan Uemlianin a écrit :
> All goes well on small test files, but the files I want to use IRL are relatively large --- around 120,000 lines.
--
Anthony Ramine
More information about the erlang-questions
mailing list