flodgatt/src
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
..
config Minor performance tune (#127) 2020-04-08 18:39:52 -04:00
err Error handling, pt1 (#115) 2020-04-01 15:35:24 -04:00
messages Minor performance tune (#127) 2020-04-08 18:39:52 -04:00
parse_client_request Minor performance tune (#127) 2020-04-08 18:39:52 -04:00
redis_to_client_stream Minor performance tune (#127) 2020-04-08 18:39:52 -04:00
lib.rs Performance tuning (#108) 2020-03-25 17:50:32 -04:00
main.rs Stub status (#124) 2020-04-05 10:54:42 -04:00
rustfmt.toml Config refactor (#57) 2019-10-03 00:34:41 -04:00