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

persistent nock caching #176

Draft
wants to merge 5 commits into
base: status
Choose a base branch
from
Draft

Conversation

matthew-levan
Copy link
Contributor

@matthew-levan matthew-levan commented Dec 12, 2023

Implements UIP-0103 for Ares. See urbit/vere#508 for more. This PR depends on #143 to fix the "double jamming" problem, and also for an interface by which to implement cache reclamation/eviction for the persistent cache (keep).

Resolves #148.

@matthew-levan matthew-levan self-assigned this Dec 13, 2023
@matthew-levan matthew-levan added the enhancement New feature or request label Dec 13, 2023
@eamsden
Copy link
Collaborator

eamsden commented Dec 16, 2023

@matthew-levan aside from the PMA what does this need? We discussed eviction strategies, what is done in vere?

@matthew-levan
Copy link
Contributor Author

matthew-levan commented Dec 16, 2023 via email

@matthew-levan
Copy link
Contributor Author

matthew-levan commented Dec 16, 2023 via email

@joemfb
Copy link

joemfb commented Dec 16, 2023

in vere, the underlying HAMT is also capped, with CLOCK eviction.

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

Successfully merging this pull request may close these issues.

Ares needs persistent caching
3 participants