Re: Pooling of strings is good
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Pooling of strings is good
- From: Jay Carlson <nop@...>
- Date: 2014年8月22日 06:59:56 -0400
Mutable strings are...a folly of a quaint, bygone era. They are warts on otherwise timeless designs like Scheme and Smalltalk.
Get a mutable octet-vector object type. You'll be much happier.