flodgatt/src/redis_to_client_stream
Daniel Sockwell fa8b695129
Minor performance tune (#127)
* Tweak release profile & micro optimizations

* 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-08 18:39:52 -04:00
..
receiver Minor performance tune (#127) 2020-04-08 18:39:52 -04:00
redis Minor performance tune (#127) 2020-04-08 18:39:52 -04:00
client_agent.rs Minor performance tune (#127) 2020-04-08 18:39:52 -04:00
event_stream.rs Minor performance tune (#127) 2020-04-08 18:39:52 -04:00
mod.rs Handle non conforment events (#117) 2020-04-03 12:41:53 -04:00