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

Add predicate caching #36

Open
ReedOei opened this issue Sep 16, 2020 · 0 comments
Open

Add predicate caching #36

ReedOei opened this issue Sep 16, 2020 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@ReedOei
Copy link
Owner

ReedOei commented Sep 16, 2020

Sometimes it is quite expensive to recompute predicates every time, but it is also quite annoying to manually manage the cache. To solve this, we should just cache predicates whenever their definitions or one of the predicates they depend on change. We can keep everything in a hidden directory like ./pecan_cache

@ReedOei ReedOei added enhancement New feature or request help wanted Extra attention is needed labels Sep 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant