MVN

com.yahoo.oak : root

Maven & Gradle

Mar 03, 2022
266 stars

Oak root · A scalable, concurrent, in-memory Key Value (KV) map. Oak implements a concurrent Key-Value map that can keep all keys and values off-heap. This enables working with bigger heap sizes than JVM's managed heap. OakMap implements an API similar to the industry standard Java8 ConcurrentNavigableMap API. It provides strong (atomic) semantics for read, write, and read-modify-write, as well as (non-atomic) range query (scan) operations, both forward and backward. OakMap is optimized for big keys and values, in particular, for incremental maintenance of objects (update in-place). It is faster and scales better with additional CPU cores than the popular Java ConcurrentNavigableMap ConcurrentSkipListMap

<dependency>
    <groupId>com.yahoo.oak</groupId>
    <artifactId>root</artifactId>
    <version>0.2.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.yahoo.oak : root to add to Maven - Latest Versions:

  • Latest Stable: 0.2.5

All Versions

Choose a version of com.yahoo.oak : root to add to Maven - All Versions:

Version Vulnerabilities Updated
0.2.x
root-0.2.5
root-0.2.4
root-0.2.3.1
root-0.2.3
root-0.2.2
root-0.2.1
0.2
root-0.2
0.1.x
root-0.1.5
root-0.1.4

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.yahoo.oak</groupId>
    <artifactId>root</artifactId>
    <version>0.2.5</version>
</dependency>

Advertisement

Dependencies from Group

oak
Mar 03, 2022
2 usages
228 stars
Feb 28, 2021
228 stars
Mar 03, 2022
266 stars

Discover Dependencies

Feb 01, 2020
1 usages
47 stars
Aug 14, 2020
2 stars
Aug 22, 2023
19 usages
175 stars
Aug 22, 2023
8 usages
175 stars
Aug 22, 2023
7 usages
175 stars
Aug 22, 2023
6 usages
175 stars
Aug 22, 2023
8 usages
175 stars