astral-sh
uv
BlogDocsChangelog

Branches performance

Pull requests

Use `FxHashSet<PackageName>` instead of `Vec` for `exclude` in `uv pip list`#17550
last run
6 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
7 hours ago
0a8e462
zaniebot:claude/fix-uv-issue-17546-MvKaA
CodSpeed Performance Gauge
0%
Update the trampolines to use `windows v0.61.0` from the workspace#17541
last run
7 hours ago
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.
8 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%
Upgrade the trampolines to nightly-2025-11-02 The same version we are using for Docker builds; also resolving MSRV errors
1 day ago
02c5702
zb/trampoline-check-fix
CodSpeed Performance Gauge
+1%
© 2026 CodSpeed Technology
Home Terms Privacy Docs