|
Am 23.06.2018 um 19:16 schröbte Dibyendu Majumdar:
Hi,
Hi!
8. Faster memory allocation by integrating Doug Lea's malloc library.
Are you sure that dlmalloc is actually faster than the native libc malloc? It's a great piece of software for sure but a few decades old by now. libc implementors have had ample time to catch up (or at least integrate dlmalloc into their own code -- it's public domain software after all).
Regards Dibyendu
Philipp