From 0ff1fd6621549c9d01d3626278330a536e3bab37 Mon Sep 17 00:00:00 2001 From: wenlei <34562893+WenleiHe@users.noreply.github.com> Date: Mon, 2 Mar 2026 16:17:15 -0800 Subject: [PATCH] Update README (#79) * Update README --- README | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README b/README index d33a69ce..641e4b8f 100644 --- a/README +++ b/README @@ -1,3 +1,15 @@ +Update: + +Development of Jemalloc will transition back to the original open source +project: https://github.com/jemalloc/jemalloc. Meta’s fork of the Jemalloc +project will be fully archived as part of the transition. We look forward +to continuing the collaboration with the community to drive jemalloc. + +See blog post for details: +https://engineering.fb.com/2026/03/02/data-infrastructure/investing-in-infrastructure-metas-renewed-commitment-to-jemalloc/ + +------ + jemalloc is a general purpose malloc(3) implementation that emphasizes fragmentation avoidance and scalable concurrency support. jemalloc first came into use as the FreeBSD libc allocator in 2005, and since then it has found its