more TODO

Change-Id: Iade5be2c9f2759790d6c31e62d6a1ec9c1911d9f
This commit is contained in:
Brad Fitzpatrick 2013-07-07 12:23:24 -07:00
parent 26e8b857ce
commit 53c7027160
1 changed files with 5 additions and 1 deletions

6
TODO
View File

@ -6,7 +6,11 @@ Offline list:
-- remove all the blobhub stuff from the blobserver storage interface
and move it elsewhere? nobody really implements it anyway, suggesting
it's at the wrong level.
it's at the wrong level. in the process, also look into simplifying
the EnumerateBlobs interface and its "wait" parameter. perhaps we need
a new optional AwaitNewBlob method on a storage interface, and the
HTTP layer would use that, instead of assuming that all EnumerateBlob
impls can wait.
-- change representation of *blobref.BlobRef to a value type with smaller
memory usage and no internal string cache, so it can be used as a map