abulychev / sstableLinks
Java implementation of immutable key-value storage based on sorted string table
☆12Updated 10 years ago
Alternatives and similar repositories for sstable
Users that are interested in sstable are comparing it to the libraries listed below
Sorting:
- B+-tree in java that stores to disk using memory mapped files, supports range queries and duplicate keys☆47Updated 3 weeks ago
- Netty implementation of REdis Serialization Protocol, and a simple framework to implement command based protocols☆62Updated last week
- High performance persistent LSM key-value store library for the JVM.☆164Updated 3 years ago
- Classes for multithreading that expand on java.util.concurrent, adding convenience, efficiency and new tools to multithreaded Java progra…☆47Updated 5 years ago
- SimpleDBM is an Open Source Multi-Threaded Embeddable Transactional Database Engine in Java.☆60Updated last year
- A Java implementation of B+ tree for key-value store☆54Updated 5 years ago
- ClauDB is a REDIS implementation in Java☆176Updated last week
- A hashmap implementation for Java that stores map entries off-heap☆70Updated 5 years ago
- Classloader isolation library.☆55Updated 2 years ago
- A fast key-value store written in Java that outperforms levelDB, kyoto cabinet and rocksDB☆53Updated 2 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
- A simple Java Scheduler library with a minimal footprint and a straightforward API☆139Updated last month
- Develop increasingly sophisticated databases from scratch in Java☆29Updated 3 years ago
- Feature-complete implementation of the Raft consensus algorithm in Java☆239Updated last month
- KVStore is a simple Key-Value Store based on B+Tree (disk & memory) for Java☆100Updated 10 months ago
- Low-latency java socket implementation (using shared memory)☆110Updated 5 years ago
- Experimental: Multi-producer Single-consumer Queue☆12Updated 12 years ago
- Disk-based B+-tree written in Pure Java☆222Updated 4 years ago
- High-performance, zero-garbage, Java client/driver for InfluxDB.☆63Updated 2 years ago
- A library of tools to assist with safe concurrent java development. Providing unique priority based thread pools, and ways to distrbute …☆219Updated last year
- Provides a simple in-memory POJO Multi Version Concurrency Control (MVCC) cache☆46Updated 11 years ago
- Memory efficient java.util.Map implementation modelled after http://code.google.com/apis/v8/design.html☆62Updated last year
- A persistent queue based on RocksDB☆25Updated 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
- Wraper around attach API and other JVM diagnostic interfaces☆33Updated 4 years ago
- A High Performance Network ( TCP/IP ) Library☆249Updated last year
- A concurrent collection that extends the existing Java concurrent collection library, offering an optionally-bounded blocking "multi-queu…☆46Updated last week
- A comparison between Proteus RPC and other commonly used RPC frameworks☆24Updated 6 years ago
- Java utilities for working with CompletionStages☆59Updated 6 years ago
- Java library that sorts very large files of records by splitting into smaller sorted files and merging☆87Updated 3 weeks ago