Go to file
kingecg 0d998482cd feat(storage): 为 LevelDB 添加自定义比较器
- 实现了 LevelDBComparator 结构体和 Compare 方法
- 添加了自定义的 mycompare 方法,支持多种数据类型的比较
- 新增了 utils/constant.go 文件,定义了常量用于索引和类型标识
2025-06-08 22:02:45 +08:00
api fix 2025-06-08 20:42:48 +08:00
design 添加新特性设计 2025-06-07 23:52:31 +08:00
document fix 2025-06-08 20:42:48 +08:00
index fix 2025-06-08 20:42:48 +08:00
storage feat(storage): 为 LevelDB 添加自定义比较器 2025-06-08 22:02:45 +08:00
utils feat(storage): 为 LevelDB 添加自定义比较器 2025-06-08 22:02:45 +08:00
.gitignore add design and tasks 2025-06-07 17:42:11 +08:00
LICENSE add design and tasks 2025-06-07 17:42:11 +08:00
coverage.out Index management layer implementation with tests 2025-06-07 18:18:03 +08:00
go.mod Index management layer implementation with tests 2025-06-07 18:18:03 +08:00
go.sum Index management layer implementation with tests 2025-06-07 18:18:03 +08:00
main.go add main 2025-06-07 17:47:33 +08:00