Changes to Trunk (
http://source.squeak.org/trunk.html) in the last 24 hours:
http://lists.squeakfoundation.org/pipermail/packages/2010-October/003833.htmlName: Collections-ul.390
Ancestors: Collections-ul.389
- faster OrderedCollection >> #removeAllSuchThat: (for some cases)
- use blocks instead of symbols
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2010-October/003834.htmlName: Collections-ul.391
Ancestors: Collections-ul.390
- use #compact instead of #rehash to ensure prime HashedCollection size
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2010-October/003835.htmlName: Installer-Core-ul.341
Ancestors: Installer-Core-spd.340
- use blocks instead of symbols
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2010-October/003836.htmlName: Kernel-ul.507
Ancestors: Kernel-nice.506
- use blocks instead of symbols
- minor Monitor tweaks
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2010-October/003837.htmlName: System-ul.386
Ancestors: System-ul.385
- use blocks instead of symbols
- compact the HashedCollections in the image segments instead of just rehashing them
- don't use SortedCollection in SystemNavigation >> #allMethodsSelect:, it's very slow (O(n^2) time) when lots of methods are selected
=============================================