[FIX] FasterListMorphForMany

danielv at netvision.net.il danielv at netvision.net.il
Sat Jul 7 13:53:31 UTC 2001


from preamble:

"Change Set:		FasterListMorphForMany
Date:			7 July 2001
Author:			Daniel Vainsencher

This update prevents significant slowdown for Squeak when looking at
really long lists that use this morph (happened to me using the
""recently logged changes"" feature on a changes file with lots of
updates)

drawOn: for this class was O(N*N) in the number of list items, now O(N).

"!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: FasterListMorphForMany.cs.gz
Type: application/octet-stream
Size: 555 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20010707/d39bb10c/FasterListMorphForMany.cs.obj


More information about the Squeak-dev mailing list