mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 18:55:32 +00:00
Update TODO
This commit is contained in:
parent
a674a5f087
commit
ea2c37789d
1 changed files with 7 additions and 3 deletions
8
TODO.md
8
TODO.md
|
|
@ -1,7 +1,6 @@
|
||||||
# TODO
|
# TODO
|
||||||
|
|
||||||
* Configuration, cli
|
* Configuration, cli
|
||||||
* Config behind Arc in state?
|
|
||||||
* Tests
|
* Tests
|
||||||
* extract_response_peers
|
* extract_response_peers
|
||||||
* Cleaner code
|
* Cleaner code
|
||||||
|
|
@ -16,8 +15,13 @@
|
||||||
* Performance
|
* Performance
|
||||||
* cpu-target=native good?
|
* cpu-target=native good?
|
||||||
* mialloc good?
|
* mialloc good?
|
||||||
|
* Track received requests and sent responses, as well as bytes transferred,
|
||||||
|
in atomic u64 / usize (repurposed to hold f64 for bytes)?
|
||||||
|
|
||||||
## Don't do
|
## Don't do
|
||||||
|
|
||||||
* Other HashMap hashers (such as SeaHash): seemingly not worthwhile (might be with AVX though)
|
* Other HashMap hashers (such as SeaHash): seemingly not worthwhile (might be
|
||||||
|
with AVX though)
|
||||||
* `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
|
||||||
|
without state
|
||||||
Loading…
Add table
Add a link
Reference in a new issue