At 05:43 PM 6/19/2001 -0500, David L. Nicol wrote: > set $B to copy-on-write mode, so future changes to $B do not > affect $A The one problem with copy-on-write is that, if we implement it in software, we end up paying the price to check it on every string write. (No free depending on the hardware, alas) Not that this should shoot down the idea of COW strings, but it is a cost that needs considering. (I suppose we could have a COW subtype of the basic scalar and string scalar) Dan --------------------------------------"it's like this"------------------- Dan Sugalski even samurai [EMAIL PROTECTED] have teddy bears and even teddy bears get drunk
- RE: The internal string API Hong Zhang
- RE: The internal string API Dan Sugalski
- Re: The internal string API Dan Sugalski
- Re: The internal string API Jarkko Hietaniemi
- Re: The internal string API Dan Sugalski
- Re: The internal string API Jarkko Hietaniemi
- Re: The internal string API Jarkko Hietaniemi
- Re: The internal string API David L. Nicol
- Re: The internal string API Dan Sugalski
- Re: The internal string API David L. Nicol
- RE: The internal string API Dan Sugalski
- RE: The internal string API Hong Zhang
- RE: The internal string API Dan Sugalski
- Re: The internal string API Bart Lateur
- Re: The internal string API Dan Sugalski
- Re: The internal string API Dave Mitchell
- Re: The internal string API David L. Nicol
- Re: The internal string API Nick Ing-Simmons
- Re: The internal string API Dan Sugalski
- RE: The internal string API Hong Zhang
- RE: The internal string API Dan Sugalski