|
|
|
|
|
by gpderetta
2741 days ago
|
|
Any moderately performance sensitive code in C++, assuming it needs allocations at all will use a dedicated allocator. While it is hard to beat existing general purpose allocators in all the scenarios, it is easy for specific use cases. |
|