mirror of
https://github.com/qdrant/qdrant.git
synced 2026-07-30 06:30:57 -05:00
* [AI] update docstrings * move support strucutres from mmap_posting.rs * rename and simplify: MmapPostingValue -> PersistedPostingValue -> ZerocopyPostingValue * implement `with_view` method for UniversalPostings * WIP: RawPOstingList + AsPostingListView * wip: bathcing and pre-collection of posting lists * wip: batch reading in UniversalPostings * [AI] implement with_existing_postings * fmt * pre-collect in check_compressed_postings_phrase * batch pre-collect for check_any and check_intersection * get rid of iter_postings which is collected anyway * all_postings in UniversalPostings * missing unique for tokens in phrases * [AI] replace MmapPostings with UniversalPostings * mising file * cfg(test) * unnecessary Cow --------- Co-authored-by: Luis Cossío <luis.cossio@outlook.com>