mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 10:15:31 +00:00
23 lines
No EOL
729 B
Markdown
23 lines
No EOL
729 B
Markdown
# TODO
|
|
|
|
* Configuration, cli
|
|
* Config behind Arc in state?
|
|
* 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?
|
|
|
|
## 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 |