sparkey
Key-value store
A simple key-value storage library optimized for read-heavy systems with infrequent bulk inserts.
Simple constant key/value storage library, for read-heavy systems with infrequent large bulk inserts.
1k stars
144 watching
81 forks
Language: C
last commit: over 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A high-performance key-value store designed for IO-bound workloads with low latency and high throughput. | 509 |
| A high-performance key-value storage engine designed for the JVM, supporting various use cases and configurations. | 293 |
| A distributed key-value store designed for fault-tolerant, scalable, and consistent data access with multirow atomic writes. | 176 |
| A high-performance key-value store designed for concurrent access and visualization. | 537 |
| A solution for storing and managing key-value data across multiple devices using a persistent storage system | 4 |
| A fast key-value storage library with ordered mapping from string keys to string values. | 36,769 |
| A lightweight, efficient key-value store written in Go using standard library functions | 371 |
| A fast and persistent key-value storage library written in Go | 978 |
| An implementation of a distributed key-value store inspired by Redis, with support for multi-threading and TCP protocol. | 138 |
| A simple, RPC-based key-value database that provides basic get, set, and delete operations with bidirectional streaming. | 23 |
| A high-performance, ACID compliant key-value store designed to be embedded in other applications | 92 |
| Provides a unified interface to various key-value store and caching solutions for Go programming language | 751 |
| A key-value store implementation in OCaml, optimized for simplicity and efficient storage. | 10 |
| A high-performance key-value store designed to support modern data sets. | 925 |
| A distributed key-value store with sharding and replication capabilities | 261 |