Skip to content

MingjiHan99/naivekv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lsm-kv

A low performance kv storage engine without any gurantee you need

Progress

  • Basic in memory kv storage
  • Write Ahead Log
  • L0 SSTable
  • Bloom Filter
  • SSTable compaction (L0 -> L1)
  • SSTable compaction (L1 -> LX)

About

A LSM tree based kv storage engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published