TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

An Optimization That's Impossible in Rust

27 pointsby aw16211079 months ago

3 comments

aw16211079 months ago
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 months ago
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 months ago
How much time would it take to port RocksDB in Rust hypothetically.