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
We are looking into using this library in our project.
Is there are a benchmarking tool ? If we use this library as a Merkle tree replacement, how many bytes per second could we process, say, on a typical PC? How much time does it take for a single update?
The text was updated successfully, but these errors were encountered:
You're welcome to use it, but it's currently in an experimental phase, not for production use until further testing.
Some benchmarks for the individual computations are included already, but it's not a full-blown verkle-trie library. @gballet is working on one, extending go-kzg.
Thank you for designing the library.
We are looking into using this library in our project.
Is there are a benchmarking tool ? If we use this library as a Merkle tree replacement, how many bytes per second could we process, say, on a typical PC? How much time does it take for a single update?
The text was updated successfully, but these errors were encountered: