How does jemalloc work? What are the benefits?
jemalloc first appeared for FreeBSD, the brainchild of one “Jason Evans”, hence the “je”. I would ridicule him for being egotistical had I not once written an operating system called paxos 🙂 See this PDF for full details. It’s a white paper describing in detail how the algorithms work. The main benefit is scalability in … Read more