merge bitmaps with serialized bitmaps

This commit is contained in:
Tamo
2023-10-24 14:55:20 +02:00
parent ca19bae72f
commit 51fb4d6976
10 changed files with 486 additions and 433 deletions

View File

@@ -21,7 +21,7 @@ serde_json = { version = "1.0.95", features = ["preserve_order"] }
criterion = { version = "0.5.1", features = ["html_reports"] }
rand = "0.8.5"
rand_chacha = "0.3.1"
roaring = "0.10.1"
roaring = { path = "../../roaring-rs" }
[build-dependencies]
anyhow = "1.0.70"