开发环境
Windows 10Rust 1.71.1 VS Code 1.81.1 项目工程
这里继续沿用上次工程rust-demo
编写自动化测试
Edsger W. Dijkstra在他1972年的文章《谦逊的程序员》中说,“程序测试可以是一种非常有效的方法来显示错误的存在,但它对于显示它们的不存在…
logfile的作用
logfile是一种日志结构,用来记录日志,lsm tree是日志追加写的模式,在bagerdb中,vlog和sst在磁盘中的存放方式都是使用的logfile结构
// memTable structure stores a skiplist and a corresponding WAL. Writes t…