Hacker News new | ask | show | jobs
by novocaine 2238 days ago
It may be that the system allocator is making an excessive number of syscalls to do work, whereas most custom allocators will allocate in slabs to avoid this. You could try using dtruss or strace to compare the differences.