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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Slitter: A slab allocator that trusts, but verifies

66 点作者 r4um超过 3 年前

2 条评论

gbrown_超过 3 年前
Discussion from the post of this on Backtrace&#x27;s blog at the time.<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=28068015" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=28068015</a>
johnisgood超过 3 年前
I wonder if using Rust here adds any safety, or how &quot;much&quot; it adds, because there is a lot of &quot;pub unsafe extern &quot;C&quot;&quot; in the Rust code, there are many uses of &quot;unsafe&quot; (that do affect other parts of the code). In this situation, does using Rust make a significant difference in terms of safety? Genuinely curious.