Closed togglebyte closed 2 years ago
Replace usages of std::collections::HashMap with FxHash: https://crates.io/crates/fxhash.
std::collections::HashMap
Hi @togglebyte, I'd like to work on this (as a rust newbie). Love your streams btw 😄
Replace usages of
std::collections::HashMap
with FxHash: https://crates.io/crates/fxhash.