Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Perfect Hash Functions
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Faster than Rust and C++: the PERFECT hash table
phf
https://github.com/strager/perfect-hash-tables
Cow in Rust
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
CPU Profiling of Rust Applications Using Valgrind
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
It is suggested that you profile Rust application using not-perf . For more discussions, please refer to Profile Rust Applications .
Installation on Ubuntu
wajig install valgrind
Profile Your Application Using CallGrind
valgrind …
Hands on the Rust Crate lru
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Profile Rust Applications Using Flamegraph
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!