mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 02:05:30 +00:00
Update TODO
This commit is contained in:
parent
a674a5f087
commit
ea2c37789d
1 changed files with 7 additions and 3 deletions
10
TODO.md
10
TODO.md
|
|
@ -1,7 +1,6 @@
|
|||
# TODO
|
||||
|
||||
* Configuration, cli
|
||||
* Config behind Arc in state?
|
||||
* Tests
|
||||
* extract_response_peers
|
||||
* Cleaner code
|
||||
|
|
@ -16,8 +15,13 @@
|
|||
* Performance
|
||||
* cpu-target=native 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
|
||||
|
||||
* 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
|
||||
* 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
|
||||
* 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