bplustree

B+-tree using Memory Mapped Files, supports range queries and duplicate keys

License

License

GroupId

GroupId

com.github.davidmoten
ArtifactId

ArtifactId

bplustree
Last Version

Last Version

0.1.3
Release Date

Release Date

Type

Type

jar
Description

Description

bplustree
B+-tree using Memory Mapped Files, supports range queries and duplicate keys
Project URL

Project URL

http://github.com/davidmoten/bplustree

Download bplustree

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.davidmoten/bplustree/ -->
<dependency>
    <groupId>com.github.davidmoten</groupId>
    <artifactId>bplustree</artifactId>
    <version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.davidmoten/bplustree/
implementation 'com.github.davidmoten:bplustree:0.1.3'
// https://jarcasting.com/artifacts/com.github.davidmoten/bplustree/
implementation ("com.github.davidmoten:bplustree:0.1.3")
'com.github.davidmoten:bplustree:jar:0.1.3'
<dependency org="com.github.davidmoten" name="bplustree" rev="0.1.3">
  <artifact name="bplustree" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.davidmoten', module='bplustree', version='0.1.3')
)
libraryDependencies += "com.github.davidmoten" % "bplustree" % "0.1.3"
[com.github.davidmoten/bplustree "0.1.3"]

Dependencies

compile (1)

Group / Artifact Type Version
com.github.davidmoten : guava-mini jar 0.1.2

test (6)

Group / Artifact Type Version
com.github.davidmoten : kool jar 0.1.3
junit : junit jar 4.12
com.github.davidmoten : junit-extras jar 0.3
org.openjdk.jmh : jmh-core jar 1.22
org.openjdk.jmh : jmh-generator-annprocess jar 1.22
org.mapdb : mapdb jar 3.0.7

Project Modules

There are no modules declared in this project.

Versions

Version
0.1.3
0.1.2
0.1.1
0.1