Thread overview
std.experimental & http://jemalloc.net/
Aug 03, 2018
Robert M. Münch
Aug 03, 2018
Per Nordlöw
Aug 03, 2018
Per Nordlöw
August 03, 2018
Has anyone already experimented with the jemalloc [1] allocator and D?

[1] http://jemalloc.net/

-- 
Robert M. Münch
http://www.saphirion.com
smarter | better | faster

August 03, 2018
On Friday, 3 August 2018 at 15:23:59 UTC, Robert M. Münch wrote:
> Has anyone already experimented with the jemalloc [1] allocator and D?
>
> [1] http://jemalloc.net/

You should also check out recent progress in glibc's default allocator.
August 03, 2018
On Friday, 3 August 2018 at 15:23:59 UTC, Robert M. Münch wrote:
> Has anyone already experimented with the jemalloc [1] allocator and D?
>
> [1] http://jemalloc.net/

Here are some value insights on the matter:

https://stackoverflow.com/questions/13027475/cpu-and-memory-usage-of-jemalloc-as-compared-to-glibc-malloc

As always...it all depends...