uv/crates/uv-resolver
Luca Bruno 67cfb4a9c0
Use a single buffer for hints on resolver errors (#7497)
This changes the structure of the hints generator in the resolver when
encountering solution errors, so that it re-uses a single output buffer
owned by the caller.
It avoids repeated allocations of a temporary buffer within each
recursive function call.
2024-09-18 16:16:22 +02:00
..
src Use a single buffer for hints on resolver errors (#7497) 2024-09-18 16:16:22 +02:00
Cargo.toml Run cargo upgrade (#7448) 2024-09-17 12:39:58 +02:00