From 0a0b57a9e8e877063c4811849a5e32726081ccec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Mon, 10 Aug 2020 03:57:16 +0200 Subject: [PATCH] Update TODO --- TODO.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/TODO.md b/TODO.md index c69e97d..7c22c1f 100644 --- a/TODO.md +++ b/TODO.md @@ -37,11 +37,9 @@ scrape requests I suppose. ## aquatic_ws -* deregistering from poll necessary? mio documentation indicates so * config: multiple request workers -* create criterion benchmarks, then try out simd_json -* might be old info: optimize serialize_20_bytes (10% cpu utilization). - deserialize_20_bytes doesn't seem to be that expensive (1-2% cpu) +* create criterion benchmarks, then try out simd_json. deserializing InMessages + takes about 18% CPU, serializing OutMessages takes about 13.5% CPU * test transfer again with changes made: * crossbeam-channel * ipv6/ipv4 mapping