ava-labs / firewood

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

Use a boxed slice instead of a vec #718

Closed rkuris closed 1 week ago

rkuris commented 1 week ago

Proposal keys and values can never change size, so we should make these boxes instead of vecs (avoids the capacity part)