Best practices: get/put

Bengt Kleberg bengt.kleberg@REDACTED
Tue Jan 24 08:02:05 CET 2006


On 2006-01-23 21:30, Matheus Degiovani wrote:
...deleted
> So, my question is: what is the best (or maybe, what's the usual) data 
> structure used for storing state information? Trees? Records?

at the top level a record is probably the right choice. as for the 
record memebers you have lists (simple and lots of libraries), dicts, 
gb_trees, etc.
hide the members in modules and test different implementations.


bengt



More information about the erlang-questions mailing list