davidmoten / bplustreeLinks
B+-tree in java that stores to disk using memory mapped files, supports range queries and duplicate keys
☆47Updated this week
Alternatives and similar repositories for bplustree
Users that are interested in bplustree are comparing it to the libraries listed below
Sorting:
- High performance persistent LSM key-value store library for the JVM.☆164Updated 2 years ago
- A hashmap implementation for Java that stores map entries off-heap☆70Updated 5 years ago
- Berkeley DB Java Edition☆61Updated 3 years ago
- High performance native memory access for Java.☆125Updated 3 weeks ago
- Disk-based B+-tree written in Pure Java☆222Updated 4 years ago
- Develop increasingly sophisticated databases from scratch in Java☆29Updated 3 years ago
- HawtDB is an embedded MVCC Key/Value Database☆78Updated 11 years ago
- Provides a simple in-memory POJO Multi Version Concurrency Control (MVCC) cache☆46Updated 11 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 4 years ago
- A fast key-value store written in Java that outperforms levelDB, kyoto cabinet and rocksDB☆53Updated 2 years ago
- simple rules engine☆91Updated 5 years ago
- Java implementation of the jump consistent hash☆31Updated 3 years ago
- Benchmark of open source, embedded, memory-mapped, key-value stores available from Java (JMH)☆141Updated 2 years ago
- SimpleDBM is an Open Source Multi-Threaded Embeddable Transactional Database Engine in Java.☆59Updated last year
- Single-threaded off-heap object store☆46Updated 2 years ago
- Memory efficient java.util.Map implementation modelled after http://code.google.com/apis/v8/design.html☆62Updated last year
- Low latency, lock free, primitive bounded blocking queues backed by an primitive arrays such as an int[]. These classes mimic the interfa…☆67Updated 4 years ago
- A fast and space efficient Radix tree in Java☆126Updated 5 years ago
- Java API for libaio☆15Updated 3 years ago
- Java asynchronous file I/O based on io_uring Linux interface☆75Updated 2 years ago
- A time ticker as a light weight clock☆23Updated last year
- KVStore is a simple Key-Value Store based on B+Tree (disk & memory) for Java☆99Updated 8 months ago
- ☆29Updated 3 years ago
- Classes for multithreading that expand on java.util.concurrent, adding convenience, efficiency and new tools to multithreaded Java progra…☆46Updated 4 years ago
- TuplDB is a high-performance, concurrent, transactional, scalable, low-level embedded database.☆121Updated last week
- ☆82Updated 6 months ago
- Java Hashing, CRC and Checksum Benchmark (JMH)☆68Updated 4 years ago
- Multiway object pool (experiment)☆39Updated 11 years ago
- JEP with off heap support to replace portions of Unsafe and other sun.* methods.☆42Updated 11 years ago
- Low-latency java socket implementation (using shared memory)☆110Updated 5 years ago