Seaside
Seaside copied to clipboard
Build an optimized WriteStream
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