libcryfs/test/blockstore/implementations/versioncounting
2017-02-21 22:27:46 +00:00
..
KnownBlockVersionsTest.cpp Implement BlockStore::overwrite(). This is the last step in ensuring that the write() call doen't have to load leaves if they're only overwritten anyhow. 2016-07-16 11:42:06 +02:00
VersionCountingBlockStoreTest_Generic.cpp Add test cases for BlockStore2 and fix existing BlockStore2 implementations 2017-02-21 22:27:46 +00:00
VersionCountingBlockStoreTest_Specific.cpp Performance optimization: When removing or shrinking a tree, we don't load/read leaves anymore. Loading inner nodes is enough to get all block IDs and then we can delete the leaves from their IDs without loading them. 2016-07-13 11:27:31 +02:00