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)
139 stars
17 watching
20 forks
Language: Java
last commit: almost 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. | 801 |
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. | 22 |
google/leveldb | A fast key-value storage library written at Google providing an ordered mapping from string keys to string values | 36,564 |
yahoo/halodb | A high-performance key-value store designed for IO-bound workloads with low latency and high throughput. | 507 |
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 comprehensive Key Value Database project with .NET implementation, featuring object database integration and various extensions. | 137 |
vhbit/lmdb-rs | Rust bindings for an embedded, in-memory key-value store | 114 |
speedb-io/speedb | A high-performance key-value store designed to support modern data sets. | 917 |
iondbproject/iondb | A lightweight key-value data store designed for resource-constrained systems with disk-based storage and query support. | 586 |
amit-davidson/libradb | A simple key-value store implemented in Go for learning purposes and providing a basic database example. | 169 |
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,529 |