Use hashbrown hashmap directly for faster hash (ahash)

This commit is contained in:
Joakim Frostegård 2020-04-12 13:19:07 +02:00
parent eaa42a26b7
commit e61c961126
5 changed files with 16 additions and 4 deletions

View file

@ -1,7 +1,7 @@
# TODO
## aquatic
* Use hashbrown HashMap for faster hasher (or try SeaHash?)
* thread 'main' panicked at 'overflow when subtracting duration from instant', src/libstd/time.rs:374:9
* Put connections and torrent in a struct behind a commong lock. Add
functionality for checking if mutex is unlocked before quitting to
collect requests from channel (try_recv) up to a limit.