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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

All Algorithms Implemented in Rust

7 点作者 philonoist大约 3 年前

2 条评论

Comevius大约 3 年前
I find it hard to reason about Rust safe and unsafe interactions, especially when concurrency is involved. It&#x27;s just not as straightforward to implement algorithms and take their correctness proof as granted.<p>Linked and skip lists are a good example. In C or Zig you can create concurrent data structures with wait-free and linearizable operations, including wait-free memory reclamation, with bounded memory usage too. You would need a hell of a grasp on Rust to pull that off, if it&#x27;s even possible.
评论 #30519057 未加载
rurban大约 3 年前
I find it hard to name it &quot;All&quot;, when the current state of the art algorithms in all sections are missing.
评论 #30526250 未加载