libcryfs/test/blobstore/implementations/onblocks/datatreestore
2016-07-15 16:23:00 +02:00
..
impl Minimize number of Block::write() calls when creating new nodes in a traversal. Also add test cases for it. 2016-07-15 12:48:20 +02:00
testutils Minimize number of Block::write() calls when creating new nodes in a traversal. Also add test cases for it. 2016-07-15 12:48:20 +02:00
DataTreeStoreTest.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
DataTreeTest_NumStoredBytes.cpp Fix includes after merging repositories 2016-02-11 15:19:58 +01:00
DataTreeTest_Performance.cpp Improve code decreasing tree depth 2016-07-15 16:23:00 +02:00
DataTreeTest_ResizeByTraversing.cpp Add test cases for tree traversal 2016-07-14 11:41:49 +02:00
DataTreeTest_ResizeNumBytes.cpp Remove unneeded subtrees when shrinking tree 2016-07-13 07:08:53 +02:00
DataTreeTest_TraverseLeaves.cpp Fix compiler warning 2016-07-13 00:23:29 +02:00