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

Use a boxed slice instead of a vec #718

Closed rkuris closed 2 months ago

rkuris commented 2 months ago

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