Re: [Pharo-project] Migrated HashTable from ss to SmalltalkHub

2013-02-11 Thread Camillo Bruni
I can dig up all my benchmarks from my master ;) but I remember that we were faster on most operations or the same speed in the worst case. I have benchmarks for every possible case :P (that's a bit exaggerated), but there are 42 different micro benchmarks which stress most dictionary aspects.

Re: [Pharo-project] Migrated HashTable from ss to SmalltalkHub

2013-02-11 Thread Marcus Denker
On Feb 11, 2013, at 1:34 PM, Camillo Bruni camillobr...@gmail.com wrote: I can dig up all my benchmarks from my master ;) but I remember that we were faster on most operations or the same speed in the worst case. I have benchmarks for every possible case :P (that's a bit exaggerated), but

[Pharo-project] Migrated HashTable from ss to SmalltalkHub

2013-02-10 Thread Stéphane Ducasse
- migrated all the history - defined configurationOf - All tests are green under 1.4 and 2.0 Stef

Re: [Pharo-project] Migrated HashTable from ss to SmalltalkHub

2013-02-10 Thread Sven Van Caekenberghe
On 10 Feb 2013, at 15:16, Stéphane Ducasse stephane.duca...@inria.fr wrote: - migrated all the history - defined configurationOf - All tests are green under 1.4 and 2.0 Stef Dear I ask: what is HastTable and how it is different from Dictionary ?

Re: [Pharo-project] Migrated HashTable from ss to SmalltalkHub

2013-02-10 Thread Camille Teruel
On 10 févr. 2013, at 16:22, Sven Van Caekenberghe wrote: On 10 Feb 2013, at 15:16, Stéphane Ducasse stephane.duca...@inria.fr wrote: - migrated all the history - defined configurationOf - All tests are green under 1.4 and 2.0 Stef Dear I ask: what is HastTable and how it is

Re: [Pharo-project] Migrated HashTable from ss to SmalltalkHub

2013-02-10 Thread stephane ducasse
On Feb 10, 2013, at 4:22 PM, Sven Van Caekenberghe s...@stfx.eu wrote: On 10 Feb 2013, at 15:16, Stéphane Ducasse stephane.duca...@inria.fr wrote: - migrated all the history - defined configurationOf - All tests are green under 1.4 and 2.0 Stef Dear I ask: what is HastTable and how

Re: [Pharo-project] Migrated HashTable from ss to SmalltalkHub

2013-02-10 Thread Camillo Bruni
On 2013-02-10, at 16:34, stephane ducasse stephane.duca...@free.fr wrote: On Feb 10, 2013, at 4:22 PM, Sven Van Caekenberghe s...@stfx.eu wrote: On 10 Feb 2013, at 15:16, Stéphane Ducasse stephane.duca...@inria.fr wrote: - migrated all the history - defined configurationOf - All

Re: [Pharo-project] Migrated HashTable from ss to SmalltalkHub

2013-02-10 Thread Fernando Olivero
Interesting, nice thesis Camilo. Why not replace Dictionary then? At least it should be integrated into Collections, in the image. Fernando On Sun, Feb 10, 2013 at 4:38 PM, Camillo Bruni camillobr...@gmail.comwrote: On 2013-02-10, at 16:34, stephane ducasse stephane.duca...@free.fr wrote:

Re: [Pharo-project] Migrated HashTable from ss to SmalltalkHub

2013-02-10 Thread Camillo Bruni
On 2013-02-10, at 17:07, Fernando Olivero fernando.oliv...@usi.ch wrote: Interesting, nice thesis Camilo. Why not replace Dictionary then? At least it should be integrated into Collections, in the image. Fernando at some point we might do it ;), we proposed this 3 years ago, but I guess

Re: [Pharo-project] Migrated HashTable from ss to SmalltalkHub

2013-02-10 Thread Sven Van Caekenberghe
On 10 Feb 2013, at 17:07, Fernando Olivero fernando.oliv...@usi.ch wrote: Interesting, nice thesis Camilo. Why not replace Dictionary then? At least it should be integrated into Collections, in the image. Fernando Yes, cool stuff, nice thesis; more stuff to read… If you did all this work,

Re: [Pharo-project] Migrated HashTable from ss to SmalltalkHub

2013-02-10 Thread Camillo Bruni
On 2013-02-10, at 18:06, Sven Van Caekenberghe s...@stfx.eu wrote: On 10 Feb 2013, at 17:07, Fernando Olivero fernando.oliv...@usi.ch wrote: Interesting, nice thesis Camilo. Why not replace Dictionary then? At least it should be integrated into Collections, in the image. Fernando

Re: [Pharo-project] Migrated HashTable from ss to SmalltalkHub

2013-02-10 Thread stephane ducasse
provide benchs and we will take adequate action :) Not you camillo :) Stef On Feb 10, 2013, at 5:07 PM, Fernando Olivero fernando.oliv...@usi.ch wrote: Interesting, nice thesis Camilo. Why not replace Dictionary then? At least it should be integrated into Collections, in the image.