|
|
|
|
|
by steveklabnik
3890 days ago
|
|
One nice aspect is that Rust gives you many kinds of threading errors at compile time, so that helps. :) Any profiling tool that works for C or C++ should work just fine for Rust. For example, people often use perf for performance work. |
|