From 6a6c8cc5ddb2834991a516cfa882b2b87e3a4720 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Wed, 12 Oct 2016 17:43:25 +0100 Subject: [PATCH] notes --- TODO | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/TODO b/TODO index 5207fccd..73d0c5e7 100644 --- a/TODO +++ b/TODO @@ -1,10 +1,12 @@ -- try valgrind sharp again on desktop +- rework buffer.c, it's getting ugly -- do we need all the locks? - -- benchmark again and confirm we've not slowed down + how about getting rid of buffercache for non-worker threads, it won't be + very useful + instead, global buffers have no buffercache and their lifetime is just + managed by the regions they are on + no reserve list, just discard them on unref - not sure about utf8 error messages on win