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

Implement in-memory trie #9511

Closed
5 tasks done
Tracked by #9292
robin-near opened this issue Sep 11, 2023 · 2 comments
Closed
5 tasks done
Tracked by #9292

Implement in-memory trie #9511

robin-near opened this issue Sep 11, 2023 · 2 comments
Assignees

Comments

@robin-near
Copy link
Contributor

robin-near commented Sep 11, 2023

Tasks

Preview Give feedback
@walnut-the-cat
Copy link
Contributor

Prototype is complete and remaining work will be focusing on the following items

  • GC implementation
  • Making sure there is no memory leak
  • Clean up/refine code as it’s currently in prototype stage
  • Support in memory trie with specific shard (mid-term storage performance mitigation)

In October, we expect completion of the project along with the following items:

  • Complete implementation of in-memory trie
  • partial in-memory trie (ref)

@robin-near
Copy link
Contributor Author

Prototype is all complete except GC needs further validation. See https://near.zulipchat.com/#narrow/stream/407237-pagoda.2Fcore.2Fstateless-validation/topic/putting.20all.20state.20in.20memory for context.

Code for loading is checked in, code for modification, GC, and writeback are pending.

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

No branches or pull requests

3 participants