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

ConcurrentLinkedHashMap --> Caffeine #55

Open
ben-manes opened this issue May 25, 2015 · 0 comments
Open

ConcurrentLinkedHashMap --> Caffeine #55

ben-manes opened this issue May 25, 2015 · 0 comments

Comments

@ben-manes
Copy link

milton-server-ce currently uses ConcurrentLinkedHashMap v1.3.2 for caching. The latest release, v1.4.2, is significantly faster and remains Java 6 compatible.

Caffeine is the successor project and designed for Java 8. It doubles the performance and offers the all of the features that we built for Guava's cache.

When transitioning to Java 8, please consider migrating to Caffeine.

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