[erlang-questions] how are implemented lists?

Hynek Vychodil vychodil.hynek@REDACTED
Mon May 18 10:29:36 CEST 2015


You can increase an amount of ETS tables. Only your memory is the limit.
Keep in mind, that all structures are copied in and out of ETS table.

Hynek

On Mon, May 18, 2015 at 10:11 AM, Benoit Chesneau <bchesneau@REDACTED>
wrote:

>
>
> On Mon, May 18, 2015 at 9:37 AM Sergej Jurečko <sergej.jurecko@REDACTED>
> wrote:
>
>> Pretty sure thats just a linear search but implemented in c. sorted_set
>> ets would probably be better?
>>
>>>
>>>
> I will have a lot of different list, so it would require to share an ETS
> table between people I guess since the number of ETS is limited, not sure
> how much it would be efficient in that case but that a good idea, will see
> if it can go for such implementation for now, thanks :)
>
> - benoit
>
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20150518/e3952036/attachment.htm>


More information about the erlang-questions mailing list