Jacob Finkelman
Jacob Finkelman
We have long known that resolution time is proportional to `P::Clone`. Most real-world resolution problems contain at least one `String` in there `P`. If performance is anywhere on the priority...
In #79 we removed the special case described in the original PubGrub documentation as handling there not being a `previous_satisfier`. This PR brings that special case back. We believe that...
After extensively reading the code, [my best guess was](https://github.com/rust-lang/cargo/issues/10928#issuecomment-2455838796): > I think the algorithm (compressed_map) is using "arithmetic coding" (or some homegrown alternative). But I can explain it better using...
I'm in the somewhat odd position of debugging/benchmarking cargoes resolver. I have a situation like "last month resolving `foo-bar = "=0.1.0"` took 0.1sec but it is now taking 3sec". Sometimes...
**Is your feature request related to a problem? Please describe.** While over engineering a key layout today, I went to add a new symbols layer. To get to the symbols...
While over engineering a key layout today, I went to add a new symbols layer. To get to the symbols layer I would hold my existing `&mo _` (where `_`...
### Please complete the following tasks - [ ] I have searched the [discussions](https://github.com/clap-rs/clap/discussions) - [ ] I have searched the [open](https://github.com/clap-rs/clap/issues) and [rejected](https://github.com/clap-rs/clap/issues?q=is%3Aissue+label%3AS-wont-fix+is%3Aclosed) issues ### Rust Version rustc 1.83.0...