mirror of
https://github.com/astral-sh/uv
synced 2026-01-27 00:10:15 -05:00
This PR modifies `SitePackages` to store all distributions in a flat vector, and maintain two indexes (hash maps) from "per-element data for an element in the vector" to "index of that element". This enables us to maintain a map on both package name and editable URL.