ethereum / go-verkle

A go implementation of Verkle trees
The Unlicense
209 stars 63 forks source link

optimize serialization of single-slot leaves #433

Closed gballet closed 2 months ago

gballet commented 4 months ago

Another serialization optimization, for the case of a single leaf.

This could be extended to a group of leaves.