Refactor word prefix pair proximity indexation

This commit is contained in:
Loïc Lecrenier 2022-07-06 18:20:15 +02:00
parent f55034ed54
commit 306593144d
7 changed files with 649 additions and 3 deletions

View file

@ -16,3 +16,4 @@ pub use self::roaring_bitmap_length::{
};
pub use self::str_beu32_codec::StrBEU32Codec;
pub use self::str_str_u8_codec::StrStrU8Codec;
pub use self::str_str_u8_codec::UncheckedStrStrU8Codec;