[erlang-questions] how are implemented lists?

Benoit Chesneau bchesneau@REDACTED
Mon May 18 09:33:30 CEST 2015


how are implemented lists? What is the algorithm behind them? Especially
for key* functions? I am asking myself if i need to implement a skip-list
or if the lists module would fit my needs. I indeed need a fast and
concurrent data structure that allows me to retrieve the items in order and
do pop/tail, while still being abble to remove them by key. Any idea?

- benoît
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20150518/682e3dee/attachment.htm>


More information about the erlang-questions mailing list