Skip to content

srh/nihdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NIHdb

A simple single-threaded KV store, with read/write/range-get operations.

A work in progress.  Run "cargo test".

Its license right now is MIT.

Right now this is a very simple LSM-tree storage library.  Here's why
you shouldn't use it:

  - It has no crash resistance
  - It doesn't use bloom filters
  - It doesn't use compression
  - It has some inefficient implementations
  - The file format won't be backwards compatible

Here's why you should use it:

  - It's simple and correct

About

A basic LSM-tree key/value store

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages