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
There is a sizable improvement especially in unmarshal. Given the node is read heavy, with us reading the state much more often than writing to it, this will have a sizeable improvement in the performance of our node.
This issue is to track the replacement of replacing the encoder with ssz instead of protobufs in our db.
The text was updated successfully, but these errors were encountered:
As of our latest state benchmarks now utilising the
fast_ssz
library,There is a sizable improvement especially in unmarshal. Given the node is read heavy, with us reading the state much more often than writing to it, this will have a sizeable improvement in the performance of our node.
This issue is to track the replacement of replacing the encoder with ssz instead of protobufs in our db.
The text was updated successfully, but these errors were encountered: