Jemalloc Postmortem
jasone.github.io
Jemalloc Postmortem
1–10 of 250 posts
Re: Jemalloc Postmortem
#2Re: Jemalloc Postmortem
#3Re: Jemalloc Postmortem
#4Re: Jemalloc Postmortem
#5Oh that's interesting. jemalloc is the memory allocator used by redis, among other projects. Wonder what the performance impact will be if they have to change allocators.
Re: Jemalloc Postmortem
#6Re: Jemalloc Postmortem
#7Oh that's interesting. jemalloc is the memory allocator used by redis, among other projects. Wonder what the performance impact will be if they have to change allocators.
Why would they have to change? Sometimes software development is largely "done" and there isn't much more you need to do to a library.
Re: Jemalloc Postmortem
#8Oh that's interesting. jemalloc is the memory allocator used by redis, among other projects. Wonder what the performance impact will be if they have to change allocators.
Why would they have to change? Sometimes software development is largely "done" and there isn't much more you need to do to a library.
Re: Jemalloc Postmortem
#9Earlier quoted context omitted.
Why would they have to change? Sometimes software development is largely "done" and there isn't much more you need to do to a library.
Technology marches on, and in some number of years other allocators will exist that outperform/outfeature jemalloc.
Re: Jemalloc Postmortem
#10Oh that's interesting. jemalloc is the memory allocator used by redis, among other projects. Wonder what the performance impact will be if they have to change allocators.
Why would they have to change? Sometimes software development is largely "done" and there isn't much more you need to do to a library.
As much as it's nice to think software can be done, I think something so closely tied to the kernel and hardware and the application layer, which all change constantly, never can be.