Skip to content

carstein/quick_kv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick-KV - Quick and Dirty KV

This is a toy project - a KV library.

Features

  • support for namespaces - you can create multiple different namespaces for your keys
  • storage backed by file
  • reading the key put them into memory cache
  • writing a new key only invalidates part of the cache where the new key was written
  • delete creates a free block that will be used in the next write if the size matches

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published