Skip to content

Commit

Permalink
remove roaring
Browse files Browse the repository at this point in the history
  • Loading branch information
PSeitz committed Sep 30, 2022
1 parent b64d13f commit 52ccc4f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ measure_time = "0.8.2"
serde_cbor = { version = "0.11.2", optional = true }
async-trait = "0.1.53"
arc-swap = "1.5.0"
roaring = "0.10.1"

[target.'cfg(windows)'.dependencies]
winapi = "0.3.9"
Expand Down
1 change: 0 additions & 1 deletion src/fastfield/writer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ use fastfield_codecs::{
serialize_u128, Column, MonotonicallyMappableToU128, MonotonicallyMappableToU64,
};
use fnv::FnvHashMap;
use roaring::RoaringBitmap;
use tantivy_bitpacker::BlockedBitpacker;

use super::multivalued::{MultiValueU128FastFieldWriter, MultiValuedFastFieldWriter};
Expand Down

0 comments on commit 52ccc4f

Please sign in to comment.