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)

GitHub

141 stars
17 watching
20 forks
Language: Java
last commit: almost 4 years ago
benchmarkjavajmhleveldblmdbrocksdb

Related projects:

RepositoryDescriptionStars
lmdbjava/lmdbjavaA Java implementation of the Lightning Memory Database (LMDB) key-value store with ACID semantics and low latency.806
deephacks/lmdbjniA Java API wrapper around the ultra-fast and compact key-value data store developed by Symas for the OpenLDAP Project.204
jimrobinson/kvbenchA benchmarking tool to evaluate the performance of key/value stores by generating and consuming data in parallel.26
mikkelhjuul/ldA simple, RPC-based key-value database that provides basic get, set, and delete operations with bidirectional streaming.23
google/leveldbA fast key-value storage library with ordered mapping from string keys to string values.36,769
yahoo/halodbA high-performance key-value store designed for IO-bound workloads with low latency and high throughput.509
linkedin/paldbAn embeddable key-value store with fast read performance and compact storage size939
simerplaha/swaydbA high-performance key-value storage engine designed for the JVM, supporting various use cases and configurations.293
bobris/btdbA high-performance, ACID-compliant key-value store with object database and relational capabilities.139
vhbit/lmdb-rsRust bindings for an embedded, in-memory key-value store115
speedb-io/speedbA high-performance key-value store designed to support modern data sets.925
iondbproject/iondbA lightweight key-value data store designed for resource-constrained systems with disk-based storage and query support.592
amit-davidson/libradbA simple key-value store implemented in Go for learning purposes and providing a basic database example.171
samokhodkin/whippet-dbA high-performance embedded key-value store for Java applications24
dain/leveldbPort of LevelDB to Java for storing and retrieving data in a key-value format1,537