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

Parser instruction caching #20

Open
MHHukiewitz opened this issue Jan 25, 2023 · 0 comments
Open

Parser instruction caching #20

MHHukiewitz opened this issue Jan 25, 2023 · 0 comments
Labels
enhancement New feature or request performance Impacts the runtime performance

Comments

@MHHukiewitz
Copy link
Member

Already parsed instructions should be cached and used whenever possible.

The fetcher service is already using caching to store already requested transactions to avoid unnecessary RPC calls.

To further increase performance, the parser might do the same for already parsed instructions.

@MHHukiewitz MHHukiewitz added enhancement New feature or request performance Impacts the runtime performance labels Jan 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request performance Impacts the runtime performance
Projects
None yet
Development

No branches or pull requests

1 participant