flodgatt/src/redis_to_client_stream
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
..
receiver Replace std HashMap with hashbrown::HashMap 2020-04-07 16:08:43 -04:00
redis Tweak release profile & micro optimizations 2020-04-06 17:45:21 -04:00
client_agent.rs Tweak release profile & micro optimizations 2020-04-06 17:45:21 -04:00
event_stream.rs Tweak release profile & micro optimizations 2020-04-06 17:45:21 -04:00
mod.rs Handle non conforment events (#117) 2020-04-03 12:41:53 -04:00