astral-sh
uv
BlogDocsChangelog

Branches performance

Pull requests

Split the `TestContext` into a dedicated `uv-test` crate#17551
last run
1 hour ago
Split the `TestContext` into a dedicated `uv-test` crate
3 hours ago
d6cfe0d
zb/uv-test
CodSpeed Performance Gauge
0%
Use `FxHashSet<PackageName>` instead of `Vec` for `exclude` in `uv pip list`#17550
last run
13 hours ago
Use `FxHashSet` for `PipListSettings::exclude` and `PipFreezeSettings::exclude` for O(1) lookups Refactor the `exclude` field in both `PipListSettings` and `PipFreezeSettings` from `Vec<PackageName>`/`HashSet<PackageName>` to `FxHashSet<PackageName>` to enable efficient O(1) lookup operations when filtering packages during `uv pip list` and `uv pip freeze`. This change improves performance when checking if packages should be excluded from the output, especially with many excluded packages. Closes #17546
14 hours ago
0a8e462
zaniebot:claude/fix-uv-issue-17546-MvKaA
CodSpeed Performance Gauge
0%
Fix windows 0.61 API change in SetUnhandledExceptionFilter The windows crate 0.61 simplified the function pointer types - they no longer require double-Option wrapping.
15 hours ago
f999786
zaniebot:claude/reconcile-windows-versions-9AYIL
CodSpeed Performance Gauge
0%
Update snapshot tests for disjoint hint order change The disjoint target hints now appear first in the hint list because they're generated at the start of generate_hints() instead of being added separately at the end.
1 day ago
171db91
zaniebot:claude/separate-disjoint-target-hint-GzPck
CodSpeed Performance Gauge
+1%
© 2026 CodSpeed Technology
Home Terms Privacy Docs