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 tags #200

Open
2 tasks
keceli opened this issue Oct 12, 2021 · 0 comments
Open
2 tasks

Cache tags #200

keceli opened this issue Oct 12, 2021 · 0 comments

Comments

@keceli
Copy link
Contributor

keceli commented Oct 12, 2021

This issue is created to follow up on the features @ryanmrichard pointed out during PR #199. Copying from there:

  • start a class, say CacheEntry which is just a tag and the pluginplay::detail_::Any instance associated with the tag. See Prune cache #199 (comment).
  • some other possible tags are:
    • compress (data can be compressed to save room, but should remain on the heap)
    • archive (it can be written to disk)
      Down the road we could conceivably do some of this automatically by timing how long the module took to run and determining if it's worth saving/compressing the data vs. rerunning the module. See Prune cache #199 (comment).
@keceli keceli mentioned this issue Oct 12, 2021
1 task
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