On Tuesday, 17 October 2017 at 14:14:19 UTC, Ivan wrote:
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.

I am still working on it, but given your case it may be useful.
https://github.com/FraMecca/D_Libraries_Registry

Reply via email to