文件名称:lsmdb:向leveldb学习并重写
文件大小:29KB
文件格式:ZIP
更新时间:2024-04-19 02:40:22
C++
LSM数据库 一个基于lsm树的数据库,从leveldb学习并重写它。 特征 更多评论 更现代的cpp代码 解决一些缺点
【文件预览】:
lsmdb-master
----.gitignore(32B)
----third_party()
--------googletest()
----db()
--------lsmdb_util.cc(531B)
----.gitmodules(116B)
----util()
--------hash.cc(1KB)
--------mutexlock.h(905B)
--------env_posix.cc(45B)
--------cache_test.cc(8KB)
--------cache.cc(14KB)
--------status.cc(2KB)
--------hash.h(276B)
--------coding.h(4KB)
--------test_util.cc(0B)
--------coding.cc(4KB)
--------posix_logger.h(160B)
--------test_util.h(0B)
----README.md(156B)
----include()
--------lsmdb()
----port()
--------port.h(547B)
--------port_config.h.in(1KB)
--------port_stdcxx.h(4KB)
--------thread_annotations.h(3KB)
----CMakeLists.txt(12KB)