内存分析

  1. Heaptrack:https://flakm.github.io/posts/heap_allocation/
  2. pprof-rs:https://inspektor.cloud/blog/how-profiler-works/
  3. bytehound:【2022.06】How to Make Rust Leak Memory (Also: How to Make It Stop)

    Benchmark 分析

  4. Benchmarking Malloc with Doom 3:https://www.forrestthewoods.com/blog/benchmarking-malloc-with-doom3/

    GitHub

  5. simple CI: https://kerkour.com/rust-github-actions-ci-cd

    并行/并发

  6. Parallel programming design with BipBuffer:https://dev-random.io/parallel-programming-with-bip-buffer/

  7. Rust Concurrency Cheat Sheet:https://github.com/quambene/rust-concurrency

    深入标准库

  8. https://www.reddit.com/r/rust/comments/v4dnaj/twitter_thread_with_trivia_about_rust_types/ (伪)又名《关于 Rust 标准库类型而不为多数人所知的事实》

    贡献 Rust

  9. 【2022.05 via mdaverde】Contributing to Rust std

    Cargo 生态

  10. 【2022.05】Rust Development Tools You Should Know:https://refaktory.net/blog/posts/2021-09-21-rust-developer-tools-you-should-know

    py

  11. Nine Rules for Writing Python Extensions in Rust:https://medium.com/towards-data-science/nine-rules-for-writing-python-extensions-in-rust-d35ea3a4ec29

    数据库

  12. Extending SQLite with Rust to support Excel files as virtual tables:https://sergey.khabibullin.com/sqlite-extensions-in-rust/