TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Rpmalloc – General Purpose Memory Allocator

24 点作者 marcobambini大约 2 年前

3 条评论

fanf2大约 2 年前
I hoped to see benchmark comparisons with newer allocators like mimalloc <a href="https:&#x2F;&#x2F;github.com&#x2F;Microsoft&#x2F;mimalloc">https:&#x2F;&#x2F;github.com&#x2F;Microsoft&#x2F;mimalloc</a> and snmalloc <a href="https:&#x2F;&#x2F;github.com&#x2F;Microsoft&#x2F;snmalloc">https:&#x2F;&#x2F;github.com&#x2F;Microsoft&#x2F;snmalloc</a> as well as the older workhorses like jemalloc, hoard, tcmalloc...
vlovich123大约 2 年前
Unfortunately the benchmarks results haven’t been updated in 6 years. In theory the project code itself does support mimalloc but it’s not in any published results so unclear how it fares. And the tcmalloc variant it compares itself against is the gperftools fork from a dump many many years ago instead of what’s actually used that Google only released again recently (keeping the same tcmalloc name but putting it in a standalone repo)
评论 #35638938 未加载
prasooncc大约 2 年前
But why?