Faster dictionaries?

sig siguctua at gmail.com
Thu Jul 19 17:41:58 UTC 2007


On 19/07/07, Andres Valloud <AVALLOUD at roadrunner.com> wrote:
> sig wrote:
> > its a scratch implementation of dictionaries using linked list of
> > associations.
> > dont care about names, care about numbers:
> > (code to run taken from MaDictionary class comment)
> What values were stored in the dictionaries when you run the benchmarks?
>
> Thanks,
> Andres.
>
>
look at MaDictionary class comment.

both dictionaries used in comparison tests populated simply using just:

obj := Object new.
dict at: obj put: obj.



More information about the Squeak-dev mailing list