diff options
-rw-r--r-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -72,3 +72,8 @@ Other thoughts: few ints and a block list even though it is very convenient - Because of the way we refcount blocks I don't think we can open/unlink a file like you would for temp files, but that's not the purpose anyway +- Do some profiling using a loopback filesystem, since most of it will be + in memory we can see where the "real" bottlenecks are in the code by + taking out the disk access unknowns +- ext3 uses a lot of space because of directory inodes reducing the savings + quite a bit |