mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-06 01:50:57 -05:00
* refactor PointToValues to use UniversalRead It includes a significant change to `MmapValue` trait to be able to handle Cow reads, instead of just references. * fix str parsing * fix incorrect path * use fallible casting * clippy * No eager allocation this also makes it so that borrowed strs can keep happening :heart-eyes: * Lifetime cleanup --------- Co-authored-by: Roman Titov <ffuugoo@users.noreply.github.com>