Binary data-structure serialization

bearophile bearophileHUGS at lycos.com
Wed Jun 2 12:25:44 PDT 2010


Andrei Alexandrescu:
> I am implementing stack allocation for classes in library code;
> I'm just undecided on where to put it.

A module that contains code to manage memory, create memory pools, allocate a whole 2D dynamic array out of a single chunck of memory, and so on.

Bye,
bearophile


More information about the Digitalmars-d mailing list