[erlang-questions] tiny erlang
Max Lapshin
max.lapshin@REDACTED
Wed Feb 24 13:14:28 CET 2016
3 MB is very cool!
We have reduced to 10 MB, but it includes developer and debugging tools.
Smaller package — faster loading.
Also it is very important on slow flash to change configuration of code
server so that it doesn't scan all ebin directories in ERL_LIBS for each
file, but loads them in a more efficient way.
We do it more dumb (we do not use releases): just scan all .beam files and
load them. It makes startup faster.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20160224/90cbc3af/attachment.htm>
More information about the erlang-questions
mailing list