Seaside icon indicating copy to clipboard operation
Seaside copied to clipboard

Build an optimized WriteStream

Open GoogleCodeExporter opened this issue 11 years ago • 0 comments

At least on Pharo WriteStream always copies on #contents even if the position 
matches the size of the size of the collection.
Not copying in such cases would lower our allocation rate is several cases eg. 
URL parsing.

Original issue reported on code.google.com by [email protected] on 19 Aug 2014 at 2:25

GoogleCodeExporter avatar Mar 25 '15 14:03 GoogleCodeExporter