Files
qdrant/lib/sparse/src/lib.rs
xzfc c52aa9a23f Sparse: use blink-alloc instead of typed-arena (#9303)
* Use blink-alloc

* Pool arena
2026-06-03 23:15:14 +00:00

6 lines
123 B
Rust

pub mod common;
pub mod index;
pub(crate) mod search_scratch;
pub use search_scratch::{SearchScratch, SearchScratchPool};