turbofish-org / merk

High-performance Merkle key/value store
Apache License 2.0
226 stars 36 forks source link

Heapless node fields #37

Open mappum opened 4 years ago

mappum commented 4 years ago

We can make nodes much faster to work with by storing keys and values in the stack rather than the heap (e.g. smallvec or arrayvec).