aquatic/TODO.md
Joakim Frostegård ea2c37789d Update TODO
2020-04-06 20:24:08 +02:00

27 lines
No EOL
928 B
Markdown

# TODO
* Configuration, cli
* Tests
* extract_response_peers
* Cleaner code
* Stack-allocated vector?
* Benchmarks
* num_rounds command line argument
* Better black_box (or make sure to consume data)
* Send in connect reponse ids to other functions as integration test
* Save last results, check if difference is significant?
* ProgressBar: `[{elapsed_precise}]` and eta_precise?
* Test server over udp socket instead?
* 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
* Config behind Arc in state: it is likely better to be able to pass it around
without state