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

Enable multi-threaded cache #41

Open
3 tasks
Eagle941 opened this issue Jul 31, 2024 · 0 comments
Open
3 tasks

Enable multi-threaded cache #41

Eagle941 opened this issue Jul 31, 2024 · 0 comments

Comments

@Eagle941
Copy link
Contributor

After the implementation of parallel block replay, update the cache to make it thread safe. Depending on the type of cache design, it may be more efficient to have multiple caches: some local to the worker/thread and others shared across threads.

  • Perform an analysis to understand what data is most likely needed by multiple blocks
  • Design the new cache structure for shared data across workers
  • Update the existing cache method to make it thread safe
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