mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-06 10:00:58 -05:00
* Add RAM wrapper to mmap numeric index * Add RAM wrapper to mmap map index * Fix test compilation * Merge RAM wrappers into existing immutable indices Do this to minimize code duplication since the majority of the code is exactly the same. * Minor tweaks * Remove unnecessary pub visibility, remove unused assertion * Test immutable numeric index on mmap * In numeric index test, remove some points * Add map index test * Restructure index opening and loading, make it consistent * don't pre-collect intermediate mapping * review nits * Make init unreachable for immutable and mmap, clear must consume index --------- Co-authored-by: Luis Cossío <luis.cossio@outlook.com>