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

Feature Request - Use Caffeine instead of Google Guava #971

Closed
coderFlameyosFlow opened this issue Mar 11, 2023 · 3 comments · Fixed by #972
Closed

Feature Request - Use Caffeine instead of Google Guava #971

coderFlameyosFlow opened this issue Mar 11, 2023 · 3 comments · Fixed by #972

Comments

@coderFlameyosFlow
Copy link

Caffeine has extensions for features like JCache and some more features Guava has, also you get a much less memory overhead.
https://github.com/ben-manes/caffeine

@Xernium
Copy link
Contributor

Xernium commented Mar 11, 2023

We are already using Guava and switching would require a big api-breaking update. Not quite unplanned but out of scope for now

@coderFlameyosFlow
Copy link
Author

They have a migration guide from guava to caffeine

@Xernium
Copy link
Contributor

Xernium commented Mar 11, 2023

I saw that, but that still doesn't constitute any sort of incentive for us to switch. We do welcome contributions however and if this switch can be done in a decent manner we would be open to talking about it/ adding it to the next big milestone

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

Successfully merging a pull request may close this issue.

2 participants