Collections issue

Facundo Vozzi facundov79 at gmail.com
Mon May 17 00:05:49 UTC 2010


Hi,
I'm using Magma r42 on Pharo 1.0 and I have this situation:

"2356 Cities"
Time millisecondsToRun: [mySession root states first cities do: [:each
|  Transcript show: each]]  "16178 milliseconds"

mySession root answer a singleton that have 23 states and the first state
has 2356 cities. Is 16178 milliseconds the expected time for accessing to
it?

states and cities are OrderedCollection instances. Must I change it to
MagmaCollection for better performance?

Thanks,
Facundo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/magma/attachments/20100516/1067b4dd/attachment.htm


More information about the Magma mailing list