This commit is contained in:
John Cupitt 2016-10-12 17:43:25 +01:00
parent 105c396de5
commit 6a6c8cc5dd

10
TODO
View File

@ -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