flodgatt/src/redis_to_client_stream/receiver
Daniel Sockwell 17afe4697d Replace std HashMap with hashbrown::HashMap
The hashbrown::HashMap is faster than the std::collections::HashMap,
though it does not protect as well against malicious hash collisions
(e.g., in a DDoS).  Since we don't expose the hashing externally,
we should switch to the faster implementation.
2020-04-07 16:08:43 -04:00
..
err.rs Tweak release profile & micro optimizations 2020-04-06 17:45:21 -04:00
message_queues.rs Replace std HashMap with hashbrown::HashMap 2020-04-07 16:08:43 -04:00
mod.rs Replace std HashMap with hashbrown::HashMap 2020-04-07 16:08:43 -04:00