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

Лицензия

Лицензия

Группа

Группа

com.yahoo.oak
Идентификатор

Идентификатор

root
Последняя версия

Последняя версия

0.2.5
Дата

Дата

Тип

Тип

pom
Описание

Описание

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
Ссылка на сайт

Ссылка на сайт

https://github.com/yahoo/Oak
Организация-разработчик

Организация-разработчик

Yahoo Inc.
Система контроля версий

Система контроля версий

https://github.com/yahoo/Oak.git

Скачать root

Имя Файла Размер
root-0.2.5.pom 9 KB
Обзор

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.yahoo.oak/root/ -->
<dependency>
    <groupId>com.yahoo.oak</groupId>
    <artifactId>root</artifactId>
    <version>0.2.5</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.yahoo.oak/root/
implementation 'com.yahoo.oak:root:0.2.5'
// https://jarcasting.com/artifacts/com.yahoo.oak/root/
implementation ("com.yahoo.oak:root:0.2.5")
'com.yahoo.oak:root:pom:0.2.5'
<dependency org="com.yahoo.oak" name="root" rev="0.2.5">
  <artifact name="root" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.yahoo.oak', module='root', version='0.2.5')
)
libraryDependencies += "com.yahoo.oak" % "root" % "0.2.5"
[com.yahoo.oak/root "0.2.5"]

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.13.1

Модули Проекта

  • core
  • benchmarks/jmh
  • benchmarks/synchrobench
  • benchmarks/nexus-deploy-stub
com.yahoo.oak

Yahoo

Yahoo is a Verizon Media brand. This organization is the home to many of the active open source projects published by engineers at Yahoo and Verizon Media.

Версии библиотеки

Версия
0.2.5
0.2.4
0.2.3.1
0.2.3
0.2.2
0.2.1
0.2
0.1.5
0.1.4