mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Introduce the roaring bitmap heed codec
This commit is contained in:
parent
8148210860
commit
2f0e1afd16
3 changed files with 34 additions and 9 deletions
3
src/heed_codec/mod.rs
Normal file
3
src/heed_codec/mod.rs
Normal file
|
@ -0,0 +1,3 @@
|
|||
mod roaring_bitmap;
|
||||
|
||||
pub use self::roaring_bitmap::RoaringBitmapCodec;
|
Loading…
Add table
Add a link
Reference in a new issue