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.