From eb3ba6a2ce65ceeefead62dec8d6b19c0282ae53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Tue, 14 Apr 2020 22:05:20 +0200 Subject: [PATCH] Update TODO --- TODO.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO.md b/TODO.md index cbf1ab9..bc31200 100644 --- a/TODO.md +++ b/TODO.md @@ -44,6 +44,8 @@ * request from bytes for scrape: use arrayvec with some max size for torrents? With Vec, allocation takes quite a bit of CPU time * Optimize bytes to scrape request: Vec::with_capacity or other solution (SmallVec?) +* Don't do endian conversion where unnecessary, such as for connection id and + transaction id? # Don't do