uv/crates/bench
Charlie Marsh 8c8f723005
Store environment-markers in solve order (#6078)
## Summary

Right now, we store the environment markers in a `BTreeSet` -- so
they're sorted, but the sort doesn't really tell us anything. I think we
should instead store them in the order in which we solved. I thought
this might fix an instability (it didn't), but I think it's still good
to ensure we solve in the same order.

I also changed from `Option<Vec>` to just `Vec`, since there was no
distinction between `None` and empty.
2024-08-14 09:20:12 -04:00
..
benches Store environment-markers in solve order (#6078) 2024-08-14 09:20:12 -04:00
inputs distribution-filename: speed up is_compatible (#367) 2023-11-09 09:01:03 -05:00
src Upgrade to Rust 1.80.0 (#5472) 2024-07-27 01:49:47 +00:00
Cargo.toml Add basic universal benchmarks to CI (#5938) 2024-08-09 12:52:28 -04:00