mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-04 09:01:00 -05:00
* Cardinality estimation measurements * Apply hw measurements to latest changes from dev * Clippy * Also measure cardinality estimation for geo index * Make measured units 'bytes' * Use PointOffsetType instead of u32 for size calculation * fix memory cost for check_values_any in mmap index * fix double counting for value reading in mmap, remove hw_counter from mmap hashmap * fmt * fix hw measurement for text index * Remove non necessary lifetime annotations --------- Co-authored-by: generall <andrey@vasnetsov.com>