From 1a2cd40c344e6617c4646c5e4ad0c37c0bf37e6a Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Thu, 24 May 2018 15:12:28 +0300 Subject: [PATCH] Add a small TODO --- TODO.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO.txt b/TODO.txt index e7117d3..0057196 100644 --- a/TODO.txt +++ b/TODO.txt @@ -16,6 +16,7 @@ Add timing/profiler helpers (for indexing/DB/RPC operations) Measure first-time query latency = Rust +Use Bytes instead of Vec[u8] when possible Handle SIGINT gracefully (https://www.reddit.com/r/rust/comments/6swidb/how_to_properly_catch_sigint_in_a_threaded_program/) Return errors instead of panics Use generators instead of vectors