memory management and the standard library

James Blachly james.blachly at gmail.com
Wed Mar 13 13:25:55 UTC 2019


On 3/12/19 5:12 PM, Sjoerd Nijboer wrote:
> ...
> What's the view of the creators of D with regards to custom (manual or 
> gc) memory management for the standard library? C++ Makes a template of 
> about everything that could allocate just so it can extract the 
> allocator. (std::vector for instance) Will D do that too? Will D use a 
> different approach or conclude that this problem only exists for a 
> select few and not the main audience of D?

Partially related: I believe a recent (most recent?) version of D allows 
pluggable garbage collector, although I am not aware of any plugins just 
yet.



More information about the Digitalmars-d mailing list