Remove 16 bytes from Node0

This commit is contained in:
2024-03-13 10:59:25 -07:00
parent 797e6b4a3e
commit 55eaef5b1d

View File

@@ -211,9 +211,6 @@ struct Child {
};
struct Node0 : Node {
// Sorted
uint8_t index[16]; // 16 so that we can use the same simd index search
// implementation as Node16
Node0() { this->type = Type::Node0; }
uint8_t *partialKey() { return (uint8_t *)(this + 1); }
};