Async Rust never left the MVP state / Async Rust从未离开MVP状态

📰 2026-05-05 16:00 更新

🔸 Async Rust never left the MVP state / Async Rust从未离开MVP状态

🔗 Async Rust never left the MVP state
🔥 34 points

原文:
I love me some async Rust! It’s amazing how we can write executor agnostic code that can run concurrently on huge servers and tiny microcontrollers.But especially on those tiny microcontrollers we notice that async Rust is far from the zero cost abstractions we were promised. That’s because every byte of binary size counts and async introduces a lot of bloat. This bloat exists on desktops and servers as well, but it’s much less noticable when you have substantially more memory and compute ava…

译文:
我喜欢一些异步的Rust !令人惊讶的是,我们可以编写执行器不可知的代码,这些代码可以在大型服务器和微型微控制器上并发运行。但特别是在那些微型微控制器上,我们注意到异步Rust远非我们承诺的零成本抽象。这是因为二进制大小的每个字节计数和异步都会引入大量膨胀。这种膨胀也存在于桌面和服务器上,但当您 有更多的内存和计算ava…


自动更新 · 正文抓取 · 双语翻译

Leave a Comment