Daily Commit Log

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Daily Commit Log

commits-2
Changes to Trunk (http://source.squeak.org/trunk.html) in the last 24 hours:

http://lists.squeakfoundation.org/pipermail/packages/2010-March/003008.html

Name: Collections-HenrikSperreJohansen.335
Ancestors: Collections-ar.334

Faster String>>convertFromWithConverter: from Pharo.

Useful in f.ex. asVMPathName.

Test:

[|converter|
        converter := UTF8TextConverter new.
        1 to: 50000 do: [:ix | 'abcæøåaskjdhfasiugbvsipruvnasipvunasivunapivunasieun' convertToWithConverter: converter]] timeToRun

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2010-March/003009.html

Name: MorphicExtras-MAD.79
Ancestors: MorphicExtras-laza.78

A one-line change to make the Magnifier Morph eat less CPU.

=============================================