dokeysto
Key store
A key-value store implementation in OCaml, optimized for simplicity and efficient storage.
The dumb OCaml key-value store
10 stars
1 watching
1 forks
Language: OCaml
last commit: almost 2 years ago
Linked from 1 awesome list
hash-tablekey-value-storelz4-compressionnosqlocaml-librarypersistent-storagetokyocabinet
Related projects:
Repository | Description | Stars |
---|---|---|
philippgille/gokv | Provides a unified interface to various key-value store and caching solutions for Go programming language | 746 |
yahoo/halodb | A high-performance key-value store designed for IO-bound workloads with low latency and high throughput. | 507 |
vitalvas/vxdb | An implementation of a simple key-value NoSQL database with a minimal API interface for storing and retrieving data | 20 |
peterbourgon/diskv | A simple disk-backed key-value store with optional transformation of keys to paths on disk. | 1,408 |
haskell-haskey/haskey | A high-performance, ACID compliant key-value store designed to be embedded in other applications | 93 |
couchbase/moss | A fast and persistent key-value storage library written in Go | 956 |
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 |
deroproject/graviton | A key-value store database that provides versioning, authentication, and cryptographic proofs, with support for snapshotting, diffing, and high-performance storage. | 420 |
mikkelhjuul/ld | A simple, RPC-based key-value database that provides basic get, set, and delete operations with bidirectional streaming. | 22 |
bobris/btdb | A comprehensive Key Value Database project with .NET implementation, featuring object database integration and various extensions. | 137 |
akrylysov/pogreb | An embedded key-value store optimized for fast random lookups and infrequent bulk inserts. | 1,312 |
stewartlynch/ubiquitouskeyvalue-storage | A solution for storing and managing key-value data across multiple devices using a persistent storage system | 4 |
maximilianheidenreich/dsddb | A lightweight key-value storage solution with simple API and support for primitive and custom data structures | 13 |
honza/redish | An implementation of a distributed key-value store inspired by Redis, with support for multi-threading and TCP protocol. | 137 |