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

Cache improvements #187

Open
7 of 11 tasks
rohanku opened this issue Jul 18, 2023 · 0 comments
Open
7 of 11 tasks

Cache improvements #187

rohanku opened this issue Jul 18, 2023 · 0 comments
Assignees

Comments

@rohanku
Copy link
Contributor

rohanku commented Jul 18, 2023

  • Share tokio::runtime::Runtimes between different clients in cache::multi::MultiCache.
  • Enforce namespace regex (i.e. Rust identifiers separated by a .)
  • Eviction/cache size limit
  • Improve configurability/API for initializing substrate::cache::Cache
  • Get rid of error logs if remote cache fails.
  • More rigorous testing (e.g. test Spectre plugin caching)
  • Fix variable naming
  • Reduce documentation example duplication where possible
  • Add test checking that cache unassigns tasks when the heartbeat timeout expires
  • Use Substrate configuration files.
  • Add more tracing instrumentation.
@rohanku rohanku self-assigned this Jul 18, 2023
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