8000 GitHub - lianxmfor/cpp_kvs: a simple kv server write by cpp for learn cpp and lsm storage engine
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

a simple kv server write by cpp for learn cpp and lsm storage engine

Notifications You must be signed in to change notification settings

lianxmfor/cpp_kvs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

a simple kv server by cpp for learn cpp and lsm storage engine.

build project:

$ make build

run unit-test:

$ make test

clean build product:

$ make clean

RoadMap:

  • memory kv store
  • lsm kv store
  • network server

About

a simple kv server write by cpp for learn cpp and lsm storage engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0