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 |
---|---|---|
| A Java implementation of the Lightning Memory Database (LMDB) key-value store with ACID semantics and low latency. | 806 |
| A Java API wrapper around the ultra-fast and compact key-value data store developed by Symas for the OpenLDAP Project. | 204 |
| A benchmarking tool to evaluate the performance of key/value stores by generating and consuming data in parallel. | 26 |
| A simple, RPC-based key-value database that provides basic get, set, and delete operations with bidirectional streaming. | 23 |
| A fast key-value storage library with ordered mapping from string keys to string values. | 36,769 |
| A high-performance key-value store designed for IO-bound workloads with low latency and high throughput. | 509 |
| An embeddable key-value store with fast read performance and compact storage size | 939 |
| A high-performance key-value storage engine designed for the JVM, supporting various use cases and configurations. | 293 |
| A high-performance, ACID-compliant key-value store with object database and relational capabilities. | 139 |
| Rust bindings for an embedded, in-memory key-value store | 115 |
| A high-performance key-value store designed to support modern data sets. | 925 |
| A lightweight key-value data store designed for resource-constrained systems with disk-based storage and query support. | 592 |
| A simple key-value store implemented in Go for learning purposes and providing a basic database example. | 171 |
| A high-performance embedded key-value store for Java applications | 24 |
| Port of LevelDB to Java for storing and retrieving data in a key-value format | 1,537 |