[ANN] Nile 0.9.0

Damien Cassou damien.cassou at gmail.com
Sat Jun 9 12:09:52 UTC 2007


2007/6/9, stephane ducasse <stephane.ducasse at free.fr>:
> > - Better performances than Squeak for #next #next: #nextPut: and
> > #nextPutAll: with Strings (you can run the benchmarks yourself using
> > NSBenchmarks>>#launchBenchmarks). Thanks to Klaus D. Witzel, Mathieu
> > Suen, Roel Wuyts and Andrew P. Black who helped me a lot.
>
> Can you tell us more? How much?

You could have run them yourself. See NSBenchmarks>>launchBenchmarks.
Here are my results:

next
    Squeak: 41.5 operations/sec
    Nile:       45
    8% faster

next:
    Squeak: 98.2
    Nile:     158.2
    38% faster

nextPut:
    Squeak: 24.9
    Nile:       42.4
    41% faster

nextPutAll:
    Squeak: 115.9
    Nile: 120.2
    4% faster


> > - Adds a lot of libraries based on Nile core. there are generic
> > buffers, byte reading/writing methods, a thread-safe transcript
> > (Stéphane Ducasse wrote it), file-based streams...
>
> did you change the history class to wrap or not :)

ooops :-)

-- 
Damien Cassou


More information about the Squeak-dev mailing list