MagmaCollection vs Smalltalk collection

goran at krampe.se goran at krampe.se
Mon Oct 30 12:10:40 UTC 2006


Hi!

Hilaire Fernandes <hilaire2006 at laposte.net> wrote:
> In the situation of small read-only collection (<200) are there any good 
> reason to not just use a standard Collection as OreredCollection and an 
> appropriate ReadStrategy?

Well, as long as you are aware of the fact that the whole collection (an
OrderedCollection uses an underlying Array) will be read or written *in
full* whenever read or written (which can take some time) - then there
is no major good reason I think. :)

MagmaCollections also allow some concurrency of course, but I presume
that is not interesting for you.

regards, Göran


More information about the Magma mailing list