Skip to content

Releases: l2060/snapsdb

v1.0.4

18 Oct 07:22
2e11c65

Choose a tag to compare

Fix querybetween bug

v1.0.3

01 Oct 15:05
3a06cbb

Choose a tag to compare

优化批量写入数据时IO操作 提升写入速度 300%

优化批量写入时和并数据写入 降低文件读写的IO操作
测试批量写入提升写入速度 300%+

增加文件读写API
WriteUnix(timeline int64, data ...StoreData) error
QueryTimelineUnix(timeline int64, lp_out_slice interface{}) error
QueryBetweenUnix(begin int64, end int64, lp_out_map interface{}) error
DeleteStorageFileUnix(timeline int64) error

optimize code

26 Sep 06:14
473e006

Choose a tag to compare

optimize code

v1.0.1: Merge pull request #4 from vblegend/updatepkg

26 Sep 01:05
150d1ae

Choose a tag to compare

更新类型的文件位置  增加了文件结构注释

v1.0.0

25 Sep 09:29
abe4e6c

Choose a tag to compare

objects snapsort database