help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] Speedup OrderedCollection


From: Gwenaël Casaccio
Subject: [Help-smalltalk] Speedup OrderedCollection
Date: Fri, 08 Nov 2013 10:17:11 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0

Hi,

here is a patch that boost a bit OrderedCollection,
I've added an array variable and change the code
in consequence. It's faster because it uses the special
bytecodes at: and at:put: that tries caches the primitive
calls

There is one regression with the simplex optimizer.

Cheers,
Gwen

Attachment: 0001-Faster-orderedcollection.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]