Don't clone values when calculating storage root (#6108)
* Don't clone values when calculating storage root
Instead of cloning all the keys and values of the overlay when
calculating the storage root, we pass all the values by reference. This
should probably bring some performance improvements when calculating the
storage root.
* no cow version (#6113)
Co-authored-by: cheme <[email protected]>
parent
40f3c734
Please register or sign in to comment