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
a99688a5a2
commit
1672ff2e37
1 changed files with 5 additions and 4 deletions
7
TODO.md
7
TODO.md
|
|
@ -11,14 +11,12 @@
|
||||||
* Save last results, check if difference is significant?
|
* Save last results, check if difference is significant?
|
||||||
* ProgressBar: `[{elapsed_precise}]` and eta_precise?
|
* ProgressBar: `[{elapsed_precise}]` and eta_precise?
|
||||||
* Test server over udp socket instead?
|
* Test server over udp socket instead?
|
||||||
|
* Run multiple threads to test performance when contested?
|
||||||
* Performance
|
* Performance
|
||||||
* cpu-target=native good?
|
* cpu-target=native good?
|
||||||
* mialloc good?
|
* mialloc good?
|
||||||
* https://docs.rs/zerocopy/0.3.0/zerocopy/index.html for requests and responses?
|
|
||||||
* bittorrent_udp
|
* bittorrent_udp
|
||||||
* ParseError enum maybe, with `Option<TransactionId>`
|
* ParseError enum maybe, with `Option<TransactionId>`
|
||||||
* Avoid allocating in conversion to bytes, send in a mutable buffer
|
|
||||||
instead, which is reused over requests
|
|
||||||
* Avoid heap allocation in general if it can be avoided?
|
* Avoid heap allocation in general if it can be avoided?
|
||||||
* quickcheck tests for conversions
|
* quickcheck tests for conversions
|
||||||
* other unit tests?
|
* other unit tests?
|
||||||
|
|
@ -30,3 +28,6 @@
|
||||||
* `sendmmsg`: can't send to multiple socket addresses, so doesn't help
|
* `sendmmsg`: can't send to multiple socket addresses, so doesn't help
|
||||||
* Config behind Arc in state: it is likely better to be able to pass it around
|
* Config behind Arc in state: it is likely better to be able to pass it around
|
||||||
without state
|
without state
|
||||||
|
* Use `bytes` crate for bittorrent_udp: seems to worsen performance somewhat
|
||||||
|
* Zerocopy (https://docs.rs/zerocopy/0.3.0/zerocopy/index.html) for requests
|
||||||
|
and responses? Doesn't work on Vec etc
|
||||||
Loading…
Add table
Add a link
Reference in a new issue