flodgatt/src
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
..
config Replace std HashMap with hashbrown::HashMap 2020-04-07 16:08:43 -04:00
err Error handling, pt1 (#115) 2020-04-01 15:35:24 -04:00
messages Replace std HashMap with hashbrown::HashMap 2020-04-07 16:08:43 -04:00
parse_client_request Replace std HashMap with hashbrown::HashMap 2020-04-07 16:08:43 -04:00
redis_to_client_stream Replace std HashMap with hashbrown::HashMap 2020-04-07 16:08:43 -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