首次提交代码

This commit is contained in:
algotao
2025-11-03 14:37:59 +08:00
parent e60f64721c
commit d76c196fb1
311 changed files with 81709 additions and 0 deletions

14
go.mod Normal file
View File

@@ -0,0 +1,14 @@
module git.algo.com.cn/public/bloomtool
go 1.23
require (
github.com/RoaringBitmap/roaring v1.9.4
github.com/klauspost/compress v1.18.1
google.golang.org/protobuf v1.36.10
)
require (
github.com/bits-and-blooms/bitset v1.12.0 // indirect
github.com/mschoch/smat v0.2.0 // indirect
)