diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -34,6 +34,13 @@ TODO: - should die on errors accessing blocks, will also need some kind of fsck to find corrupt blocks and files effected, this way if there is a problem and you have another copy of the file then the block can be recreated +- some kind of config/IOC to allow plugging in the hash, storage, etc + methods. Main components like FileSystem, Chunk, ChunkFile don't need to + be swapped out since they are generic +- Maybe compression method doesn't belong in Chunk? it should be part of + storage (for super-chunks?) or should super-chunks be a "standard" part +- Add refcounting so we can expire chunks, or would a reverse list be + better? ----- |