From 749c5aed3d64e265fbbd9764adf64d7d12224471 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Tue, 3 Dec 2013 21:36:58 -0800 Subject: [PATCH] leveldb TODO Change-Id: I20f5b0491d3adcc7eca89d819345efd31f11adde --- TODO | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TODO b/TODO index 23411ec62..1e2077aeb 100644 --- a/TODO +++ b/TODO @@ -4,6 +4,9 @@ There are two TODO lists. This file (good for airplanes) and the online bug trac Offline list: +-- make leveldb memdb's iterator struct only 8 bytes, pointing to a recycled + object, and just nil out that pointer at EOF. + -- genconfig needs to be updated to route incoming blobs to sync handlers; or should sync handlers subscribe to their source's blobhub? No, see latest email to Bill Thiede: sync handlers already subscribe