From b5643aa7abeacd994f25a133708f67131c10feeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Wed, 17 Nov 2021 02:34:39 +0100 Subject: [PATCH] Update TODO --- TODO.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TODO.md b/TODO.md index 6172add..b64834d 100644 --- a/TODO.md +++ b/TODO.md @@ -20,8 +20,8 @@ * notes * load testing shows that with sharded state, mio reaches 1.4M responses per second with 6 socket and 4 request workers. performance is great overall and faster than - without sharding. io_uring impl is slightly behind or slighly ahead of mio, but - nothing justifying code complexity and unsafety + without sharding. io_uring impl is a lot behind mio impl with new load tester + * what poll event capacity is actually needed? * clean torrent map in workers, remove it from shared state * mio * stagger connection cleaning intervals?