Clean up and remove the non-sorted merge_caches function

This commit is contained in:
Kerollmops
2024-12-05 10:03:05 +01:00
parent 2e32d0474c
commit 52843123d4
3 changed files with 8 additions and 106 deletions

View File

@ -7,8 +7,7 @@ mod vectors;
use bumpalo::Bump;
pub use cache::{
merge_caches, merge_caches_alt, transpose_and_freeze_caches, BalancedCaches,
DelAddRoaringBitmap,
merge_caches_sorted, transpose_and_freeze_caches, BalancedCaches, DelAddRoaringBitmap,
};
pub use documents::*;
pub use faceted::*;