davidmoten / bplustreeLinks
B+-tree in java that stores to disk using memory mapped files, supports range queries and duplicate keys
☆48Updated this week
Alternatives and similar repositories for bplustree
Users that are interested in bplustree are comparing it to the libraries listed below
Sorting:
- A hashmap implementation for Java that stores map entries off-heap☆71Updated 5 years ago
- A fast key-value store written in Java that outperforms levelDB, kyoto cabinet and rocksDB☆54Updated 2 years ago
- simple rules engine☆93Updated 5 years ago
- A fast and space efficient Radix tree in Java☆128Updated 5 years ago
- Low-latency java socket implementation (using shared memory)☆113Updated 5 years ago
- High performance persistent LSM key-value store library for the JVM.☆166Updated 3 years ago
- High performance native memory access for Java.☆126Updated 3 months ago
- Master repository for the JHeaps project☆49Updated 4 years ago
- Mem Ops for Java is a memory manager / allocator for use in systems requiring steady state memory consumption (as little garbage collecti…☆43Updated 5 years ago
- Tools to work with off-heap memory using sun.misc.Unsafe☆136Updated 8 years ago
- Memory efficient java.util.Map implementation modelled after http://code.google.com/apis/v8/design.html☆62Updated last year
- HawtDB is an embedded MVCC Key/Value Database☆79Updated 11 years ago
- Disk-backed hashmaps for Java☆31Updated 9 years ago
- Single-threaded off-heap object store☆48Updated 2 years ago
- Useful Java utilities☆151Updated last year
- Multiway object pool (experiment)☆39Updated 11 years ago
- Java implementation of the jump consistent hash☆32Updated 3 years ago
- Benchmark of open source, embedded, memory-mapped, key-value stores available from Java (JMH)☆142Updated 2 years ago
- SimpleDBM is an Open Source Multi-Threaded Embeddable Transactional Database Engine in Java.☆60Updated 2 years ago
- Hyper-Dimensional R-Tree Index in Java☆72Updated 7 years ago
- Blazing Fast Distributed Cache☆38Updated 5 months ago
- A library that provides a set of map and cache implementations that store data outside of the normal Java heap☆96Updated 7 months ago
- A simple and high-performance Java B-tree: drop-in replacement for java.util.TreeMap☆28Updated 5 years ago
- New proposed API for buffers in Netty☆27Updated 2 years ago
- JEP with off heap support to replace portions of Unsafe and other sun.* methods.☆42Updated 11 years ago
- ☆109Updated 3 weeks ago
- Provides a simple in-memory POJO Multi Version Concurrency Control (MVCC) cache☆46Updated 11 years ago
- Low latency, lock free, primitive bounded blocking queues backed by an primitive arrays such as an int[]. These classes mimic the interfa…☆68Updated 4 years ago
- Java implementation of the Sparkey key value store☆122Updated last year
- Java asynchronous file I/O based on io_uring Linux interface☆78Updated 2 years ago