togglebyte / tinyroute

A small networked message passing library
18 stars 5 forks source link

Replace the standard library hashmap with a faster HashMap #4

Closed togglebyte closed 2 years ago

togglebyte commented 2 years ago

Replace usages of std::collections::HashMap with FxHash: https://crates.io/crates/fxhash.

hsteinmueller commented 2 years ago

Hi @togglebyte, I'd like to work on this (as a rust newbie). Love your streams btw 😄