Efficient key-value storage system with G2A transformation, 64-bit keys, bin-based storage, and optimized query operations
-
Updated
Jan 1, 2026 - C++
Efficient key-value storage system with G2A transformation, 64-bit keys, bin-based storage, and optimized query operations
A file based key-value data store that supports the basic CRD (create, read, and delete) operations.
Build a file-based key-value data store that supports the basic CRD (create, read, and delete) operations. This data store is meant to be used as local storage for one single process on one laptop. The datastore must be exposed as a library to clients that can instantiate a class and work with the data store.
A way to use the ipfs filesystem as a key value store
Add a description, image, and links to the key-value-data-store topic page so that developers can more easily learn about it.
To associate your repository with the key-value-data-store topic, visit your repo's landing page and select "manage topics."