mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 18:55:32 +00:00
Use hashbrown hashmap directly for faster hash (ahash)
This commit is contained in:
parent
eaa42a26b7
commit
e61c961126
5 changed files with 16 additions and 4 deletions
2
TODO.md
2
TODO.md
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue