mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
Update TODO
This commit is contained in:
parent
3527952242
commit
6503e89375
1 changed files with 5 additions and 1 deletions
6
TODO.md
6
TODO.md
|
|
@ -1,11 +1,15 @@
|
||||||
# TODO
|
# TODO
|
||||||
|
|
||||||
* Benchmarks
|
* Benchmarks
|
||||||
|
* Fix issues since switch to socket and handler workers
|
||||||
* Iterate over whole returned buffer and run e.g. xor on it (.iter().fold())
|
* Iterate over whole returned buffer and run e.g. xor on it (.iter().fold())
|
||||||
* Generic bench function since current functions are almost identical
|
* Generic bench function since current functions are almost identical
|
||||||
* Show percentile stats for peers per torrent
|
* Show percentile stats for peers per torrent
|
||||||
* aquatic
|
* aquatic
|
||||||
* https://docs.rs/crossbeam/0.7.3/crossbeam/utils/struct.Backoff.html#method.is_completed
|
* Park handler threads when really inactive? Or generally avoid utilizing
|
||||||
|
CPU needlessly. See https://docs.rs/crossbeam/0.7.3/crossbeam/utils/struct.Backoff.html#method.is_completed
|
||||||
|
* Lock whole torrent map over many requests in handlers? Could use HashMap
|
||||||
|
in Mutex instead of DashMap maybe (parking lot mutex?)
|
||||||
* Tests
|
* Tests
|
||||||
* Handle Ipv4 and Ipv6 peers. Probably split state. Ipv4 peers can't make
|
* Handle Ipv4 and Ipv6 peers. Probably split state. Ipv4 peers can't make
|
||||||
use of Ipv6 ones. Ipv6 ones may or may note be able to make use of Ipv4
|
use of Ipv6 ones. Ipv6 ones may or may note be able to make use of Ipv4
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue