内存分析
- Heaptrack:https://flakm.github.io/posts/heap_allocation/
- pprof-rs:https://inspektor.cloud/blog/how-profiler-works/
bytehound:【2022.06】How to Make Rust Leak Memory (Also: How to Make It Stop)
Benchmark 分析
Benchmarking Malloc with Doom 3:https://www.forrestthewoods.com/blog/benchmarking-malloc-with-doom3/
GitHub
simple CI: https://kerkour.com/rust-github-actions-ci-cd
并行/并发
Parallel programming design with BipBuffer:https://dev-random.io/parallel-programming-with-bip-buffer/
Rust Concurrency Cheat Sheet:https://github.com/quambene/rust-concurrency
深入标准库
https://www.reddit.com/r/rust/comments/v4dnaj/twitter_thread_with_trivia_about_rust_types/ (伪)又名《关于 Rust 标准库类型而不为多数人所知的事实》
贡献 Rust
【2022.05 via mdaverde】Contributing to Rust std
Cargo 生态
【2022.05】Rust Development Tools You Should Know:https://refaktory.net/blog/posts/2021-09-21-rust-developer-tools-you-should-know
py
Nine Rules for Writing Python Extensions in Rust:https://medium.com/towards-data-science/nine-rules-for-writing-python-extensions-in-rust-d35ea3a4ec29
数据库
Extending SQLite with Rust to support Excel files as virtual tables:https://sergey.khabibullin.com/sqlite-extensions-in-rust/