Jemalloc Repositories Are Archived

36 zX41ZdbW 3 6/2/2025, 5:29:22 PM github.com ↗

Comments (3)

acj · 3d ago
They un-archived it today long enough to revert a change to the purging algorithm that was merged in March [0]. The first archive date I saw this morning was from the last week of May. I won't speculate about the reason, but it's a small relief that the archiving seems deliberate and that the maintainers are still active.

[0] https://github.com/jemalloc/jemalloc/commit/27d7960cf9b48a9a...

AaronAPU · 3d ago
We once went through the effort to use jemalloc for workloads which were highly optimized particularly for NUMA.

Incredibly, it had absolutely zero performance improvement. I’ve always wondered how that was possible. Spent a fair bit of time confirming the memory layout and NUMA node ownership etc. It was working, it just.. did nothing!

zX41ZdbW · 3d ago
Currently, it's unclear why - I didn't find any information in their public channels.