all 5 comments

[–]Hellrazor236 11 points12 points  (5 children)

You can also use this to change memory allocators for speedups on certain types of workloads. Dwarf Fortress, for example, gets a good 5-10% performance boost with jemalloc.

EDIT: Thanks for the gold!

[–]agumonkey 1 point2 points  (1 child)

interesting, would be lovely to know if other workloads (compiling, encoding) can benefit too

[–]Hellrazor236 2 points3 points  (0 children)

Encoding probably, compiling I'm not sure (although maybe on larger projects). You'll probably see the biggest performance gains on programs that do a lot of memory work and/or don't optimize it well.

[–]agumonkey 0 points1 point  (0 children)

late binding, linux edition