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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

An Optimization That's Impossible in Rust

27 点作者 aw16211079 个月前

3 条评论

aw16211079 个月前
Title is sort of clickbaity, as the article is about implementing said "impossible" optimization in Rust. I wasn't sure what a good alternative title would be, though, if this is one of those cases where using an alternative title is acceptable. I'm open to suggestions!
评论 #41477748 未加载
Johnbot9 个月前
The quoted optimization in the post isn't about German strings though, but the C++ style short string optimization (the post references an article describing the difference). A few of the referenced crates do this optimization so the blog is still right to point out that it's completely possible, I just wish it was clearer what optimization they felt was being claimed to be impossible.
thecleaner9 个月前
How much time would it take to port RocksDB in Rust hypothetically.