From 8cf3644e78f716e45e1236eba1ea024db0193911 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Mon, 6 Apr 2020 15:45:42 +0200 Subject: [PATCH] Update TODO --- TODO.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index cf19846..a05486f 100644 --- a/TODO.md +++ b/TODO.md @@ -9,11 +9,14 @@ * 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 hash algorithms: 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 \ No newline at end of file