[Pharo-users] Re: New Circular Buffer Implementation for Pharo

2025-06-30 Thread stephane ducasse via Pharo-users
key performance-essential >>> methods being >>> template methods, hurts performance by about a factor of two in my tests. >>> >>> Now Pharo has a design MOOC and if Stephane Ducasse says "this is >>> great", these things >>> that puzzle me mus

[Pharo-users] Re: New Circular Buffer Implementation for Pharo

2025-06-30 Thread stephane ducasse via Pharo-users
related to (6)? >> >> The structure, with two separate classes and key performance-essential >> methods being >> template methods, hurts performance by about a factor of two in my tests. >> >> Now Pharo has a design MOOC and if Stephane Ducasse says &qu

[Pharo-users] Re: New Circular Buffer Implementation for Pharo

2025-06-28 Thread stephane ducasse via Pharo-users
ucture, with two separate classes and key performance-essentialmethods beingtemplate methods, hurts performance by about a factor of two in my tests.Now Pharo has a design MOOC and if Stephane Ducasse says "this isgreat", these thingsthat puzzle me must be good design.  I would like to improve mysk

[Pharo-users] Re: New Circular Buffer Implementation for Pharo

2025-06-27 Thread stephane ducasse via Pharo-users
Thanks this is great! > On 18 Jun 2025, at 12:13, Alok via Pharo-users > wrote: > > Hello Everyone, > We're excited to share a new addition to the pharo-containers > . An efficient Circular Buffer > implementation, developed as part of Google Summer of Cod

[Pharo-users] using zinc to server local files

2025-05-29 Thread stephane ducasse via Pharo-users
Hi I would like to use Zinc to debug some files that I’m generating. I do the following (ZnServer defaultOn: 7071) start. (ZnServer defaultOn: 7071) start. ZnServer default delegate: (ZnStaticFileServerDelegate new prefixFromString: ''; directory: '/Users/ducas