brettwooldridge /
HikariCP
光 HikariCP・A solid, high-performance, JDBC connection pool at last.
90/100 healthLoading repository data…
ben-manes / repository
A high performance caching library for Java
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Caffeine is a high performance, near optimal caching library. For more details, see our user's guide and browse the API docs for the latest release.
Caffeine provides an in-memory cache using a Google Guava inspired API. The improvements draw on our experience designing Guava's cache and ConcurrentLinkedHashMap.
LoadingCache<Key, Graph> graphs = Caffeine.newBuilder()
.maximumSize(10_000)
.expireAfterWrite(Duration.ofMinutes(5))
.refreshAfterWrite(Duration.ofMinutes(1))
.build(key -> createExpensiveGraph(key));
Caffeine provides flexible construction to create a cache with a combination of the following optional features:
In addition, Caffeine offers the following extensions:
Use Caffeine in a community provided integration:
Powering infrastructure near you:
Download from Maven Central or depend via Gradle:
implementation("com.github.ben-manes.caffeine:caffeine:3.2.4")
// Optional extensions
implementation("com.github.ben-manes.caffeine:guava:3.2.4")
implementation("com.github.ben-manes.caffeine:jcache:3.2.4")
For Java 11 or above, use 3.x otherwise use 2.x.
See the release notes for details of the changes.
Snapshots of the development version are available in Sonatype's snapshots repository.
Selected from shared topics, language and repository description—not editorial ratings.
brettwooldridge /
光 HikariCP・A solid, high-performance, JDBC connection pool at last.
90/100 healthquestdb /
QuestDB is a high performance, open-source, time-series database
89/100 healthcatboost /
A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification, regression and other machine learning tasks for Python, R, Java, C++. Supports computation on CPU and GPU.
hydro-dev /
Hydro - Next generation high performance online-judge platform - 新一代高效强大的信息学在线测评系统 (a.k.a. vj5)
94/100 healthkillme2008 /
A high performance scripting language hosted on the JVM.
81/100 healthsofastack /
SOFARPC is a high-performance, high-extensibility, production-level Java RPC framework.
93/100 health