Containers and arrays with custom memory allocators

Ivan ibaltazar0 at yahoo.com
Tue Oct 17 14:14:19 UTC 2017


Hi,

I am a C/C++ programmer interested in using D as a replacement 
for C/C++.

I do care a lot about performance and memory management, so
I want to use my own (or from std.experimental) memory
allocators.

Are there any good tutorials or examples about how to use
custom memory allocators for arrays and existing containers?

Or should I just go ahead and write my own containers that are 
allocator
aware?

Thanks.


More information about the Digitalmars-d-learn mailing list