Any good tools for memory (access latency, heap usage, allocation...) and cache profiling and benchmarking for #rust?
Discussion
Decent list here: https://nnethercote.github.io/perf-book/profiling.html
Highly recommend checking out this book in general