Study note

Debloat your async Rust

Properties

Type
Blogs
Status
待读
Domain
Rust
Category
并发、异步与运行时
Source
tweedegolf.nl
Vault note
library/articles/rust/Debloat-your-async-Rust-b9ce56b4ea82fc3e.md

Summary

Tweede golf 关于减少 async Rust 代码体积的文章,主题涉及 futures、monomorphization、状态机、依赖和 binary size。

Highlights

适合嵌入式/CLI/服务端性能敏感场景,帮助理解 async 抽象如何影响编译产物。

Notes

async Rust 体积优化

Comments

Loading comments...