Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for rpc protocol #35

Closed
Eagle941 opened this issue Jun 19, 2024 · 1 comment
Closed

Add support for rpc protocol #35

Eagle941 opened this issue Jun 19, 2024 · 1 comment

Comments

@Eagle941
Copy link
Contributor

Eagle941 commented Jun 19, 2024

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.

@Eagle941
Copy link
Contributor Author

Added RPC protocol with #36 . Optimisations will follow with #38, #39, #41

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant