From ea2c37789d606d45549f313275a1c9371db19021 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Mon, 6 Apr 2020 20:24:08 +0200 Subject: [PATCH] Update TODO --- TODO.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/TODO.md b/TODO.md index e836c02..cd38c12 100644 --- a/TODO.md +++ b/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 \ No newline at end of file +* 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 \ No newline at end of file