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
4127cbc7c9
commit
eb3ba6a2ce
1 changed files with 2 additions and 0 deletions
2
TODO.md
2
TODO.md
|
|
@ -44,6 +44,8 @@
|
||||||
* request from bytes for scrape: use arrayvec with some max size for
|
* request from bytes for scrape: use arrayvec with some max size for
|
||||||
torrents? With Vec, allocation takes quite a bit of CPU time
|
torrents? With Vec, allocation takes quite a bit of CPU time
|
||||||
* Optimize bytes to scrape request: Vec::with_capacity or other solution (SmallVec?)
|
* Optimize bytes to scrape request: Vec::with_capacity or other solution (SmallVec?)
|
||||||
|
* Don't do endian conversion where unnecessary, such as for connection id and
|
||||||
|
transaction id?
|
||||||
|
|
||||||
# Don't do
|
# Don't do
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue