ava-labs / firewood

Compaction-Less Database Optimized for Efficiently Storing Recent Merkleized Blockchain State
https://ava-labs.github.io/firewood/
Other
117 stars 10 forks source link

Add feature branch_factor_256 #746

Closed rkuris closed 4 days ago

rkuris commented 6 days ago

Support branch factor of 256. Removes all assumptions that branches contain 16 children, reimplements NibblesIterator for the larger branch factor to just return the bytes.

Removes some tests that don't make sense with 256 brandchs

rkuris commented 6 days ago

Closes #747