Renamed crystallize_size -> crystal_size

The original name was a bit of a mouthful.

Also dropped the default crystal_size in the test/bench runners
block_size/4 -> block_size/8. I'm already noticing large amounts of
inflation when blocks are fragmented, though I am experimenting with a
rather small fragment_size right now.

Future benchmarks/experimentation is required to figure out good values
for these.
This commit is contained in:
Christopher Haster
2023-10-23 12:27:44 -05:00
parent e25d11c33c
commit d1e79bffc7
5 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -280,7 +280,7 @@ struct lfs_config {
// TODO document
lfs_size_t inline_size;
lfs_size_t fragment_size;
lfs_size_t crystallize_size;
lfs_size_t crystal_size;
};
// File info structure