mirror of
https://github.com/qdrant/qdrant.git
synced 2026-07-30 06:30:57 -05:00
* perf: use Entry API to avoid redundant map double-lookups Replace get_mut/contains_key followed by insert with the entry API across several maps, collapsing two hash lookups into one. Limited to sites where the key is Copy or already owned and moved, so no extra key clone is added to any hot path. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * More Entry API usage in mutable_geo_index --------- Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Co-authored-by: xzfc <xzfcpw@gmail.com>