rust performanceとか
#rust
8 Solutions for Troubleshooting Your Rust Build Times | by Dotan Nahum | Medium
One Hundred Thousand Lines of Rust
Profiling - The Rust Performance Book
cargo-bloat
バイナリの関数のサイズとかを調べられる
flamegraph
なんの関数がいつどれくらいの時間がかかるかわかる
cargo-profiler
関数毎の実行時間がわかる
キャッシュミスの度合いがわかる