flodgatt/src/redis_to_client_stream/redis/redis_connection
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
..
err.rs Error handling, pt1 (#115) 2020-04-01 15:35:24 -04:00
mod.rs Minor performance tune (#127) 2020-04-08 18:39:52 -04:00