5 ms·
All allocators make different trade-offs in terms of memory usage, min / max / mean time to allocate and optimizations for certain allocation patterns (small, l
by ht85 3y ago
All allocators make different trade-offs in terms of memory usage, min / max / mean time to allocate and optimizations for certain allocation patterns (small, large, mixed, ...).
There might not be anything wrong with the default allocator, it just isn't the best suited for that particular use.