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 |
---|---|---|
yahoo/halodb | A high-performance key-value store designed for IO-bound workloads with low latency and high throughput. | 507 |
simerplaha/swaydb | A high-performance key-value storage engine designed for the JVM, supporting various use cases and configurations. | 293 |
treode/store | A distributed key-value store designed for fault-tolerant, scalable, and consistent data access with multirow atomic writes. | 177 |
liveasynchronousvisualizedarchitecture/simdb | A high-performance key-value store designed for concurrent access and visualization. | 535 |
stewartlynch/ubiquitouskeyvalue-storage | A solution for storing and managing key-value data across multiple devices using a persistent storage system | 4 |
google/leveldb | A fast key-value storage library that provides an ordered mapping from string keys to string values | 36,620 |
recoilme/pudge | A lightweight, efficient key-value store written in Go using standard library functions | 371 |
couchbase/moss | A fast and persistent key-value storage library written in Go | 956 |
honza/redish | An implementation of a distributed key-value store inspired by Redis, with support for multi-threading and TCP protocol. | 137 |
mikkelhjuul/ld | A simple, RPC-based key-value database that provides basic get, set, and delete operations with bidirectional streaming. | 22 |
haskell-haskey/haskey | A high-performance, ACID compliant key-value store designed to be embedded in other applications | 93 |
philippgille/gokv | Provides a unified interface to various key-value store and caching solutions for Go programming language | 747 |
unixjunkie/dokeysto | A key-value store implementation in OCaml, optimized for simplicity and efficient storage. | 10 |
speedb-io/speedb | A high-performance key-value store designed to support modern data sets. | 917 |
chrislusf/vasto | A distributed key-value store with sharding and replication capabilities | 261 |