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
The replayer is currently getting the data from a database.
The next feature is to use the rpc protocol instead to avoid the need of the database file.
The benchmark is to replay a single block in less than 2 minutes (excluding profiler).
A potential optimisation is to hardcode common classes.
The text was updated successfully, but these errors were encountered:
The replayer is currently getting the data from a database.
The next feature is to use the rpc protocol instead to avoid the need of the database file.
The benchmark is to replay a single block in less than 2 minutes (excluding profiler).
A potential optimisation is to hardcode common classes.
The text was updated successfully, but these errors were encountered: