lmdb-zig
KV database library
A set of Zig bindings to a lightweight, fast Btree-based embedded KV database
Lightweight, fully-featured, idiomatic cross-platform Zig bindings to Lightning Memory-Mapped Database (LMDB).
70 stars
4 watching
8 forks
Language: Zig
last commit: about 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
lmdbjava/lmdbjava | A Java implementation of the Lightning Memory Database (LMDB) key-value store with ACID semantics and low latency. | 806 |
lotusdblabs/lotusdb | An optimized key-value store that combines the benefits of LSM and B+ tree data structures for fast read/write performance. | 2,094 |
lithdew/hello | An experimental multi-threaded HTTP/1.1 web server written in Zig | 34 |
antimer/lmdb | Provides bindings to the Lightning Memory-mapped Database, a key-value store with ACID properties and high read performance. | 43 |
lithdew/snow | A fast and async networking framework with automatic socket handling and connection management | 38 |
lucid-kv/lucid | A high-performance key-value store with distributed capabilities and an HTTP API | 378 |
lithdew/rheia | A blockchain built on top of Zig that provides a distributed ledger and a voting-based consensus mechanism with probabilistic finality. | 260 |
deephacks/lmdbjni | A Java API wrapper around the ultra-fast and compact key-value data store developed by Symas for the OpenLDAP Project. | 204 |
mattnite/zig-libcurl | A package providing bindings and build support for statically linking the libcurl HTTP client library into Zig applications | 21 |
ziglibs/zdb | An allocator-free document-oriented database management system built in Zig | 3 |
karlseguin/cache.zig | A thread-safe, expiration-aware cache implementation with LRU-like behavior and configurable segments. | 44 |
claygod/coffer | ACID-compliant key-value database with support for transactions and high throughput | 39 |
xline-kv/xline | A geo-distributed key-value store for high-performance metadata management in multi-data center scenarios. | 626 |
lmdbjava/benchmarks | A benchmarking project comparing various Java-based key-value stores | 141 |
vhbit/lmdb-rs | Rust bindings for an embedded, in-memory key-value store | 115 |