Go to file
程广 e6ed39f0df feat(gobplustree): 实现B+树存储基础模块
新增BlockFile结构体及其实现,用于支持B+树数据的持久化存储。
该模块提供固定大小页面的文件读写功能,包括页面的创建、打开、关闭、
读取与写入等操作,并在文件容量不足时自动扩展。同时添加了相关单元测试
以确保功能正确性。初始化Go模块配置文件go.mod。
2025-11-09 17:01:59 +08:00
file.go feat(gobplustree): 实现B+树存储基础模块 2025-11-09 17:01:59 +08:00
file_test.go feat(gobplustree): 实现B+树存储基础模块 2025-11-09 17:01:59 +08:00
go.mod feat(gobplustree): 实现B+树存储基础模块 2025-11-09 17:01:59 +08:00