You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This optimization assumes that the buffer won't be reused at a later stage. Because the go-ethereum part of the code is still very much work in progress, we decided to go for the slower, safer route and copy the data. To be revisited when the API becomes more stable.
The text was updated successfully, but these errors were encountered:
The issue is explained in this comment:
https://github.com/gballet/go-verkle/pull/175/files#r784676273
This optimization assumes that the buffer won't be reused at a later stage. Because the go-ethereum part of the code is still very much work in progress, we decided to go for the slower, safer route and copy the data. To be revisited when the API becomes more stable.
The text was updated successfully, but these errors were encountered: