mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 18:25:30 +00:00
Update TODO
This commit is contained in:
parent
8dfd49af0d
commit
9705d1822e
1 changed files with 2 additions and 2 deletions
4
TODO.md
4
TODO.md
|
|
@ -1,11 +1,11 @@
|
||||||
# TODO
|
# TODO
|
||||||
|
|
||||||
* Configuration, cli
|
|
||||||
* Benchmarks
|
* Benchmarks
|
||||||
* Run multiple threads to test performance when contested?
|
* Run multiple threads to test performance when contested?
|
||||||
* 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
|
||||||
|
* Configuration, cli
|
||||||
* Tests of aquatic and bittorrent_udp (quickcheck, test cases)
|
* Tests of aquatic and bittorrent_udp (quickcheck, test cases)
|
||||||
|
|
||||||
## Not important
|
## Not important
|
||||||
|
|
@ -46,4 +46,4 @@
|
||||||
* Use `bytes` crate for bittorrent_udp: seems to worsen performance somewhat
|
* Use `bytes` crate for bittorrent_udp: seems to worsen performance somewhat
|
||||||
* Zerocopy (https://docs.rs/zerocopy/0.3.0/zerocopy/index.html) for requests
|
* Zerocopy (https://docs.rs/zerocopy/0.3.0/zerocopy/index.html) for requests
|
||||||
and responses? Doesn't work on Vec etc
|
and responses? Doesn't work on Vec etc
|
||||||
* New array buffer each time in response_to_bytes: doesn't help performance
|
* New array buffer each time in response_to_bytes: doesn't help performance
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue