r

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
https://github.com/yahoo/Oak
The Apache License, Version 2.0
Yahoo Inc.
Anastasia Braginsky Hagar Meir Dmitry Basin Gali Sheffi Eshcar Hillel Edward Bortnikov Eran Meir Liran Funaro
Aggregated version Version Update time
0.2 0.2.5 Mar 03, 2022
0.2.4 Jan 27, 2022
0.2.3.1 Feb 28, 2021
0.2.3 Jul 20, 2020
0.2.2 Jun 18, 2020
0.2.1 Jun 04, 2020
0.2 Jun 02, 2020
0.1 0.1.5 May 14, 2019
0.1.4 May 13, 2019
9 Records