let's just say there's a reason the issue is still open

the link: https://github.com/ziglang/zig/issues/12484

the issue is good resource for modern allocator work though

implement a fast general purpose allocator · Issue #12484 · ziglang/zig

Requirements: faster than glibc malloc faster than musl malloc faster than mingw-w64 malloc faster than jemalloc faster than mimalloc Once it has been verified for correctness, fuzz tested, and tes...

GitHub