From 57c5d8314f0008fa6b061108a7354c08cac28713 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Tue, 14 Apr 2020 16:25:47 +0200 Subject: [PATCH] Update TODO --- TODO.md | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO.md b/TODO.md index db1b377..cbf1ab9 100644 --- a/TODO.md +++ b/TODO.md @@ -28,6 +28,7 @@ * Performance * cpu-target=native good? * mialloc good? + * Try using flume (MPSC) or multiqueue2 (MPMC) instead of crossbeam channel * Use less bytes from PeerId for hashing? (If yes, only save half of them or so in PeerMapKey). Might improve performance, but probably not worth it.