D1: Out of memory problems

Kagamin via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue Apr 7 02:03:17 PDT 2015


For example if you slice the original string, it will be 
preserved in memory. That's why parsers keep parsed substrings by 
duplicating them - this can result in smaller memory footprint.


More information about the Digitalmars-d-learn mailing list