Hacker News new | ask | show | jobs
by jashmatthews 2398 days ago
jemalloc is deliberately structured so that the fast path is all inlined and all unlikely paths which would cause it to blow the inlining complexity budget get pushed out.
1 comments

Interesting. I didn't know that, but it sounds plausible.