Rapsey wrote: > Actually there is an array: > http://erlang.org/doc/man/array.html > > It was added in R12B I think. Yes, but it is a purely functional data structure, and still has O(log n) access time, although with a much better constant factor than dict or gb_trees. /Richard