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

Use a LRU cache to prevent the statement cache from growing too large #145

Closed
mehcode opened this issue Mar 21, 2020 · 1 comment
Closed
Labels
enhancement New feature or request

Comments

@mehcode
Copy link
Member

mehcode commented Mar 21, 2020

This would also be a good time to attempt to unify the various kinds of statement caching going on.

@mehcode mehcode added the enhancement New feature or request label Mar 21, 2020
@mehcode mehcode changed the title Use an LRU cache to prevent the statement cache from growing too large Use a LRU cache to prevent the statement cache from growing too large Mar 21, 2020
@pimeys
Copy link
Contributor

pimeys commented Jun 24, 2020

I'm going to try doing this next.

Feels like https://docs.rs/lru-cache/0.1.2/lru_cache/ would be a better fit due to its more ergonomic api.

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

No branches or pull requests

2 participants