benchmarks
Key-value store benchmarks
A benchmarking project comparing various Java-based key-value stores
Benchmark of open source, embedded, memory-mapped, key-value stores available from Java (JMH)
141 stars
17 watching
20 forks
Language: Java
last commit: about 2 years ago benchmarkjavajmhleveldblmdbrocksdb
Related projects:
Repository | Description | Stars |
---|---|---|
lmdbjava/lmdbjava | A Java implementation of the Lightning Memory Database (LMDB) key-value store with ACID semantics and low latency. | 806 |
deephacks/lmdbjni | A Java API wrapper around the ultra-fast and compact key-value data store developed by Symas for the OpenLDAP Project. | 204 |
jimrobinson/kvbench | A benchmarking tool to evaluate the performance of key/value stores by generating and consuming data in parallel. | 26 |
mikkelhjuul/ld | A simple, RPC-based key-value database that provides basic get, set, and delete operations with bidirectional streaming. | 23 |
google/leveldb | A fast key-value storage library with ordered mapping from string keys to string values. | 36,769 |
yahoo/halodb | A high-performance key-value store designed for IO-bound workloads with low latency and high throughput. | 509 |
linkedin/paldb | An embeddable key-value store with fast read performance and compact storage size | 939 |
simerplaha/swaydb | A high-performance key-value storage engine designed for the JVM, supporting various use cases and configurations. | 293 |
bobris/btdb | A high-performance, ACID-compliant key-value store with object database and relational capabilities. | 139 |
vhbit/lmdb-rs | Rust bindings for an embedded, in-memory key-value store | 115 |
speedb-io/speedb | A high-performance key-value store designed to support modern data sets. | 925 |
iondbproject/iondb | A lightweight key-value data store designed for resource-constrained systems with disk-based storage and query support. | 592 |
amit-davidson/libradb | A simple key-value store implemented in Go for learning purposes and providing a basic database example. | 171 |
samokhodkin/whippet-db | A high-performance embedded key-value store for Java applications | 24 |
dain/leveldb | Port of LevelDB to Java for storing and retrieving data in a key-value format | 1,537 |