c_hashmap

Key-value store

A simple string-based key-value store implemented as a C data structure

A simple string hashmap in C

GitHub

527 stars
27 watching
206 forks
Language: C
last commit: about 2 years ago

Related projects:

RepositoryDescriptionStars
goossaert/hashmapAn implementation of hash table algorithms for efficient data storage and retrieval254
flesler/hashmapA JavaScript class implementation of a key-value map data structure382
spotify/sparkeyA simple key-value storage library optimized for read-heavy systems with infrequent bulk inserts.1,178
hemantasapkota/swiftstoreA LevelDB-backed key-value store for Swift applications123
yahoo/halodbA high-performance key-value store designed for IO-bound workloads with low latency and high throughput.509
haskell-haskey/haskeyA high-performance, ACID compliant key-value store designed to be embedded in other applications92
peterbourgon/diskvA simple disk-backed key-value store with optional transformation of keys to paths on disk.1,411
linkedin/paldbAn embeddable key-value store with fast read performance and compact storage size939
skarupke/flat_hash_mapA high-performance implementation of a hash table data structure in C++1,721
honza/redishAn implementation of a distributed key-value store inspired by Redis, with support for multi-threading and TCP protocol.138
kshk123/hashmapA concurrent thread-safe hash map implemented in C++.145
recoilme/pudgeA lightweight, efficient key-value store written in Go using standard library functions371
deroproject/gravitonA key-value store database that provides versioning, authentication, and cryptographic proofs, with support for snapshotting, diffing, and high-performance storage.419
mikkelhjuul/ldA simple, RPC-based key-value database that provides basic get, set, and delete operations with bidirectional streaming.23
unixjunkie/dokeystoA key-value store implementation in OCaml, optimized for simplicity and efficient storage.10