leveldb
Key-value store
A fast key-value storage library written at Google providing an ordered mapping from string keys to string values
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
37k stars
1k watching
8k forks
Language: C++
last commit: 3 months ago
Linked from 8 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
crystal-community/leveldb | A Crystal binding for LevelDB, providing an interface to the fast key-value storage library. | 39 |
kim/leveldb-haskell | Provides Haskell bindings to LevelDB, a fast and efficient NoSQL database system | 66 |
amit-davidson/libradb | A simple key-value store implemented in Go for learning purposes and providing a basic database example. | 169 |
paulovap/qtleveldb | A Qt/QML wrapper for Google's LevelDB key-value storage library | 55 |
yahoo/halodb | A high-performance key-value store designed for IO-bound workloads with low latency and high throughput. | 507 |
philippgille/gokv | Provides a unified interface to various key-value store and caching solutions for Go programming language | 746 |
iondbproject/iondb | A lightweight key-value data store designed for resource-constrained systems with disk-based storage and query support. | 586 |
skade/leveldb | Bindings for a popular, no-configuration, key-value store with fast write performance and efficient storage | 183 |
hemantasapkota/swiftstore | A LevelDB-backed key-value store for Swift applications | 123 |
simerplaha/swaydb | A high-performance key-value storage engine designed for the JVM, supporting various use cases and configurations. | 293 |
speedb-io/speedb | A high-performance key-value store designed to support modern data sets. | 917 |
liveasynchronousvisualizedarchitecture/simdb | A high-performance key-value store designed for concurrent access and visualization. | 535 |
couchbase/moss | A fast and persistent key-value storage library written in Go | 956 |
linkedin/paldb | An embeddable key-value store with fast read performance and compact storage size | 939 |
mikkelhjuul/ld | A simple, RPC-based key-value database that provides basic get, set, and delete operations with bidirectional streaming. | 22 |