mirror of
https://github.com/qdrant/qdrant.git
synced 2026-07-31 23:20:52 -05:00
* Optimize sparse vector search with batched scoring * replace roaring bitmap by id generation * compute intersections in Vec instead of Map * cargo update ahash@0.8.7 --precise 0.8.5 * let rustc handle the pattern match optimization * profiling done * remove Option and filter out zero scores * restore integration test assertion * filter based on min score to avoid work * decrease batch size and cleanup posting creation * remove outdated tests * remove dead test - I know where to find it if I need it