This commit is contained in:
2026-02-10 14:02:11 +00:00
commit 1c3acf51d2
57 changed files with 12036 additions and 0 deletions

13
go.mod Normal file
View File

@@ -0,0 +1,13 @@
module gordenko.dev/dima/qb
go 1.24.2
require (
github.com/RoaringBitmap/roaring/v2 v2.14.4
gopkg.in/ini.v1 v1.67.1
)
require (
github.com/bits-and-blooms/bitset v1.24.2 // indirect
github.com/mschoch/smat v0.2.0 // indirect
)