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
dc841ef0de
commit
de52d35357
1 changed files with 5 additions and 5 deletions
10
TODO.md
10
TODO.md
|
|
@ -17,15 +17,15 @@
|
||||||
* cargo-deny
|
* cargo-deny
|
||||||
|
|
||||||
* aquatic_udp
|
* aquatic_udp
|
||||||
|
* look at proper cpu pinning (check that one thread gets bound per core)
|
||||||
|
* then consider so_attach_reuseport_cbpf
|
||||||
|
* implement statistics for total number of torrents and peers again?
|
||||||
|
* what poll event capacity is actually needed?
|
||||||
|
* stagger connection cleaning intervals?
|
||||||
* notes
|
* notes
|
||||||
* load testing shows that with sharded state, mio reaches 1.4M responses per second
|
* load testing shows that with sharded state, mio reaches 1.4M responses per second
|
||||||
with 6 socket and 4 request workers. performance is great overall and faster than
|
with 6 socket and 4 request workers. performance is great overall and faster than
|
||||||
without sharding. io_uring impl is a lot behind mio impl with new load tester
|
without sharding. io_uring impl is a lot behind mio impl with new load tester
|
||||||
* look at proper cpu pinning (check that one thread gets bound per core)
|
|
||||||
* then consider so_attach_reuseport_cbpf
|
|
||||||
* what poll event capacity is actually needed?
|
|
||||||
* mio
|
|
||||||
* stagger connection cleaning intervals?
|
|
||||||
|
|
||||||
* aquatic_http:
|
* aquatic_http:
|
||||||
* clean out connections regularly
|
* clean out connections regularly
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue