mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 10:45:30 +00:00
Update TODO
This commit is contained in:
parent
3b52acbd20
commit
e3d3e9ab57
1 changed files with 13 additions and 1 deletions
14
TODO.md
14
TODO.md
|
|
@ -15,7 +15,19 @@
|
||||||
* Performance
|
* Performance
|
||||||
* cpu-target=native good?
|
* cpu-target=native good?
|
||||||
* mialloc good?
|
* mialloc good?
|
||||||
* Track bytes transferred?
|
* use DashMap readable view when accessing torrent stats and possibly
|
||||||
|
also after modification of announcing peer and during collection
|
||||||
|
of response peers
|
||||||
|
* Statistics
|
||||||
|
* Print stats for number of peers per torrent (median, 95th, 99th
|
||||||
|
percentile.) Use histogram crate?
|
||||||
|
* bittorrent_udp
|
||||||
|
* 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?
|
||||||
|
* quickcheck tests for conversions
|
||||||
|
* other unit tests?
|
||||||
|
|
||||||
## Don't do
|
## Don't do
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue