[erlang-questions] how are implemented lists?
Håkan Mattsson
hm@REDACTED
Wed May 20 09:58:16 CEST 2015
On Tue, May 19, 2015 at 5:27 AM, Richard A. O'Keefe <ok@REDACTED>
wrote:
>
> If it weren't for the "concurrent" bit I'd suggest that
> one of the set or dictionary data structures in stdlib
> might be useful, or one of the Okasaki purely functional
> data structures that I thought had been adapted to
> Erlang, but can't find.
>
Perhaps you ar looking for the queue module?
It is quite useful when you want to have a list where popping elements from
the tail is efficient.
/Håkan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20150520/c5c42277/attachment.htm>
More information about the erlang-questions
mailing list