-
Notifications
You must be signed in to change notification settings - Fork 3
A basic LSM-tree key/value store
License
srh/nihdb
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published