Jemalloc for contingent reasons has not seen a release since mi-2019.
It would be more fair and intellectually interesting to benchmarck latest mimalloc with latest jemalloc because it has received many improvements since then.
Also, do the benchmarks use the sized deallocation apis?
Not passing the size of the object to free prevent a lot of optimizations for jemalloc (but you probably already know that ;) )
I would be very interested in such results and mimalloc is for sure a nice technology.
Jemalloc for contingent reasons has not seen a release since mi-2019.
It would be more fair and intellectually interesting to benchmarck latest mimalloc with latest jemalloc because it has received many improvements since then.
Also, do the benchmarks use the sized deallocation apis?
Not passing the size of the object to free prevent a lot of optimizations for jemalloc (but you probably already know that ;) )
I would be very interested in such results and mimalloc is for sure a nice technology.