http://mat.i2p/internet-roadtrip-pathfinder
Implement the easy general optimizations that can be applied to most programs. Many of these are covered in nethercote’s Rust Performance Book , and include things like using mimalloc instead of the default allocator, using rustc- hash instead of the default hasher, and using CompactStr instead of String whenever the strings are expected to be small.