From 2f718b57c1168634e51a296e2bbcd87ba4f19a9f Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Wed, 8 Jan 2020 18:16:17 +0100 Subject: [PATCH] Add TODO. --- TODO | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 00000000..e639134d --- /dev/null +++ b/TODO @@ -0,0 +1,7 @@ +"Would be nice to have" list for 1.0 release: +============================================= + +* Pack queue items tightly in the queues. +* Use level-of-detail system for plots. +* Use per-thread lock data structures. +* Use DTrace for BSD/OSX context switch capture.