Red-Black tree storing color without additional memory requirements

bearophile bearophileHUGS at lycos.com
Wed Nov 20 01:50:31 PST 2013


simendsjo:

> But I would think this trick would break the GC,

If the tree manages its memory manually, using C heap memory, 
then the pointer tagging becomes possible.

Bye,
bearophile


More information about the Digitalmars-d-learn mailing list