| ▲ | baq 22 minutes ago | |||||||||||||
jemalloc is something you should be aware of if you do software for a living | ||||||||||||||
| ▲ | rfgplk 20 minutes ago | parent [-] | |||||||||||||
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). | ||||||||||||||
| ||||||||||||||