uv/crates/puffin-cli/tests
Charlie Marsh 4fb2e0955e
Add a fast-path to skip resolution when installation is complete (#613)
For a very large resolution (a few hundred packages), I see 13ms vs.
400ms for a no-op. It's worth optimizing this case, in my opinion.
2023-12-12 17:43:12 +00:00
..
common Modify install plan to support all distribution types (#581) 2023-12-07 04:43:34 +00:00
snapshots Download, build, and install in a single pipeline phase (#605) 2023-12-11 15:42:29 +00:00
add.rs Use temp_dir casing everywhere (#440) 2023-11-16 21:04:10 +00:00
pip_compile.rs Allow yanked versions when specified via == (#561) 2023-12-05 09:44:06 +01:00
pip_install.rs Add a fast-path to skip resolution when installation is complete (#613) 2023-12-12 17:43:12 +00:00
pip_sync.rs Download, build, and install in a single pipeline phase (#605) 2023-12-11 15:42:29 +00:00
pip_uninstall.rs Use temp_dir casing everywhere (#440) 2023-11-16 21:04:10 +00:00
remove.rs Use temp_dir casing everywhere (#440) 2023-11-16 21:04:10 +00:00
venv.rs Use full Python version when determining compatibility (#528) 2023-12-04 01:02:24 +00:00