A key value storage engine based on log structured file systems. Data is written to an append-only file and read using in-memory hash indexes for high performance.
-
Updated
Feb 26, 2024 - Go
A key value storage engine based on log structured file systems. Data is written to an append-only file and read using in-memory hash indexes for high performance.
A Configurable, In-Memory, Key-Value Store with support for hash tables and AVL trees for the storage engine.
A simple, non-distributed, in-memory key value store.
Go datastructures.
Add a description, image, and links to the hash-tables topic page so that developers can more easily learn about it.
To associate your repository with the hash-tables topic, visit your repo's landing page and select "manage topics."