Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找多维映射(或 LSM 树)的实现,但我无法找出哪个类对应于它的实现,有人知道吗?谢谢!
如果你解压源代码,那么你会在 src/cc/Hypertable/RangeServer 中找到所有文件:
CellCache.h/CellCache.cc:内存存储(带有自定义内存分配器的 std::map)
CellStoreV6.h/CellStoreV6.cc:磁盘存储