memory management and the standard library

Sjoerd Nijboer dlang at sjoerdnijboer.com
Wed Mar 13 16:45:35 UTC 2019


On Wednesday, 13 March 2019 at 09:05:27 UTC, Atila Neves wrote:
> std.algorithm mostly doesn't care about allocations. I guess 
> one *could* want to control how the returned ranges are 
> allocated, but I'm not sure how useful that would be.
>
> Otherwise, I wrote this:
>
> https://github.com/atilaneves/automem

Automem with the vector template looks like i would expect D's 
arrays to be. Will we ever get something like this in the stdlib?


More information about the Digitalmars-d mailing list