koendeschacht / count-dbLinks
A fast key-value store written in Java that outperforms levelDB, kyoto cabinet and rocksDB
☆54Updated 2 years ago
Alternatives and similar repositories for count-db
Users that are interested in count-db are comparing it to the libraries listed below
Sorting:
- High performance persistent LSM key-value store library for the JVM.☆166Updated 3 years ago
- A hashmap implementation for Java that stores map entries off-heap☆71Updated 5 years ago
- JEP with off heap support to replace portions of Unsafe and other sun.* methods.☆42Updated 11 years ago
- EZDB provides a nice Java wrapper around LevelDB, RocksDB, and LMDB.☆64Updated last year
- Byte-code generator to create Disruptor-backed proxies☆103Updated 7 months ago
- A simple benchmark of some off heap solutions (BigMemory Go, MapDB, Java Chronicle...)☆23Updated 11 years ago
- HawtDB is an embedded MVCC Key/Value Database☆79Updated 11 years 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
- 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
- High performance native memory access for Java.☆126Updated 3 months ago
- Useful Java utilities☆151Updated last year
- Multiway object pool (experiment)☆39Updated 11 years ago
- Networking and buffer APIs and implementations for use in Copycat and Atomix