Interesting Memory Optimization

Adam D. Ruppe destructionator at gmail.com
Fri Mar 16 11:54:54 PDT 2012


On Friday, 16 March 2012 at 18:44:53 UTC, Xinok wrote:
> It actually does, but only identical strings. It doesn't seem 
> to do strings within strings.

Don't forget that "123" is /not/ a substring of "123456"
because of the invisible 0 terminator (which is there
for easy compatibility with C functions).



More information about the Digitalmars-d mailing list