Study note
IPC in Rust - a Ping Pong Comparison
Properties
- Type
- Blogs
- Status
- 待读
- Domain
- Rust
- Category
- 语言基础与练习
- Source
- 3tilley.github.io
- Vault note
library/articles/rust/IPC-in-Rust---a-Ping-Pong-Comparison-95efedcfc9725ea5.md
Summary
用 ping-pong 示例比较 Rust 中不同 IPC 方案的文章,可能涵盖 pipes、sockets、shared memory 或 channel 风格实现。
Highlights
适合学习进程间通信的 API/性能/复杂度取舍,也能练习 Rust 系统编程。
Comments
Loading comments...