[Pharo-project] STON Update

2012-11-30 Thread Sven Van Caekenberghe
Hi, Based on feedback by Norbert Hartl, Stuart Herring and Dale Hendrichs (thank you) I improved the current STON version a bit. http://ss3.gemstone.com/ss/STON https://github.com/svenvc/ston Changelog: A nasty cycle bug was fixed Performance was improved, espec

Re: [Pharo-project] STON Update

2012-12-01 Thread Sven Van Caekenberghe
On 30 Nov 2012, at 23:39, Sven Van Caekenberghe wrote: > Hi, > > Based on feedback by Norbert Hartl, Stuart Herring and Dale Hendrichs (thank > you) I improved the current STON version a bit. > > http://ss3.gemstone.com/ss/STON > https://github.com/svenvc/ston > > Changelog: > >

Re: [Pharo-project] STON Update

2012-12-01 Thread Mariano Martinez Peck
On Fri, Nov 30, 2012 at 11:39 PM, Sven Van Caekenberghe wrote: > Hi, > > Based on feedback by Norbert Hartl, Stuart Herring and Dale Hendrichs > (thank you) I improved the current STON version a bit. > > http://ss3.gemstone.com/ss/STON > https://github.com/svenvc/ston > > Changelog

Re: [Pharo-project] STON Update

2012-12-01 Thread Sven Van Caekenberghe
On 01 Dec 2012, at 18:58, Mariano Martinez Peck wrote: > You mean FLLargeHashedCollection and subclasses? Yes: optimizeForLargeStructures self class environment at: #FLLargeIdentityDictionary ifPresent: [ :identityDictionaryClass | objects := identityDi

Re: [Pharo-project] STON Update

2012-12-01 Thread Mariano Martinez Peck
On Sat, Dec 1, 2012 at 6:03 PM, Sven Van Caekenberghe wrote: > > On 30 Nov 2012, at 23:39, Sven Van Caekenberghe wrote: > > > Hi, > > > > Based on feedback by Norbert Hartl, Stuart Herring and Dale Hendrichs > (thank you) I improved the current STON version a bit. > > > > http://ss3.gemsto

Re: [Pharo-project] STON Update

2012-12-01 Thread Mariano Martinez Peck
On Sat, Dec 1, 2012 at 7:02 PM, Sven Van Caekenberghe wrote: > > On 01 Dec 2012, at 18:58, Mariano Martinez Peck > wrote: > > > You mean FLLargeHashedCollection and subclasses? > > Yes: > > optimizeForLargeStructures > self class environment > at: #FLLargeIdentityDictiona

Re: [Pharo-project] STON Update

2012-12-01 Thread Mariano Martinez Peck
On Fri, Nov 30, 2012 at 11:39 PM, Sven Van Caekenberghe wrote: > Hi, > > Based on feedback by Norbert Hartl, Stuart Herring and Dale Hendrichs > (thank you) I improved the current STON version a bit. > > http://ss3.gemstone.com/ss/STON > https://github.com/svenvc/ston > > Changelog

Re: [Pharo-project] STON Update

2012-12-01 Thread Sven Van Caekenberghe
On 01 Dec 2012, at 19:04, Mariano Martinez Peck wrote: > BTW, which stream class you use for the bench? Well, the 'fast' variants do two things: - use the Fuel datastructures - use ZnBuffered[Read|Write]Streams The underlying stream is a MulitByteFileStream. The buffering makes a huge differ