Jemalloc 5.4.0

3 hours ago (github.com)

Why is this on the HN front page? Is there something particularly noteworthy about this release?

  • I just checked whether it's the first release after Jason Evans stepped down as maintainer, but it isn't. That was the previous release, 5.3.1

  • jemalloc is something you should be aware of if you do software for a living

    • Why? Writing a memory allocator is quite simple, and I'd argue that _everyone_ should write one from scratch for any kind of high performance application. It's also trivial to outperform general purpose allocators that have to satisfy countless constraints. I've written numerous special purpose mallocs that are a) both provably (formally) safer than the standard armada and b) significantly faster (>10x throughput).

      2 replies →