Performance of Erlang data structures
Bengt Kleberg
bengt.kleberg@REDACTED
Tue Jan 25 13:33:34 CET 2005
Sebastian Bello wrote:
> Hi,
>
> is there a document regarding performance of Erlang data structures? For
> example, what is the performance (order, o(n), constant, etc) of the
> insertion in a list, the lookup, etc. Just to know what data structures
> to use when performance is an issue.
> Thanks,
> Sebastian-
>
you can start with this document:
http://www.erlang.se/doc/doc-5.4.3/doc/efficiency_guide/part_frame.html
bengt
More information about the erlang-questions
mailing list