Signed-off-by: Xuehan Xu <xxhdx1985126@gmail.com>
* TODO: make the above capacity calculation part of FixedKVNodeLayout
* TODO: the above alignment probably isn't portable without further work
*/
-constexpr size_t INTERNAL_NODE_CAPACITY = 32;
+constexpr size_t INTERNAL_NODE_CAPACITY = 254;
struct LBAInternalNode
: FixedKVInternalNode<
INTERNAL_NODE_CAPACITY,
* TODO: update FixedKVNodeLayout to handle the above calculation
* TODO: the above alignment probably isn't portable without further work
*/
-constexpr size_t LEAF_NODE_CAPACITY = 32;
+constexpr size_t LEAF_NODE_CAPACITY = 145;
/**
* lba_map_val_le_t