Update TODO

This commit is contained in:
Joakim Frostegård 2020-04-06 20:24:08 +02:00
parent a674a5f087
commit ea2c37789d

10
TODO.md
View file

@ -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