[erlang-questions] dict vs. ETS choice
Derek Brown
derekbrown121@REDACTED
Thu Jul 10 20:29:42 CEST 2014
Let's say you want to store on the order of tens of thousands key/value
pairs, with integer keys and proplist values (less than 10 simple key/value
pairs per proplist). Read-heavy with few writes.
What factors would you consider when going with a dict or an ETS table, or
perhaps something else?
Derek
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20140710/d4ed96d4/attachment.htm>
More information about the erlang-questions
mailing list