Study note
Making the Tokio scheduler 10x faster | Tokio - An asynchronous Rust runtime
Properties
- Type
- Blogs
- Status
- 待读
- Domain
- Rust
- Category
- 并发、异步与运行时
- Source
- tokio.rs
- Vault note
library/articles/rust/Making-the-Tokio-scheduler-10x-faster-Tokio---An-asynchronous-Rust-runtime-923624a1f7cd5326.md
Summary
Tokio 官方关于 scheduler 优化的文章,介绍任务系统、work-stealing、调度开销和 runtime 性能改进。
Highlights
适合深入理解 async runtime 性能,不只是 API 使用。
Comments
Loading comments...