1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/news/11908.feature.rst
Pradyun Gedam 10d9cbc601
Reduce resolver rounds by an order of magnitude (#11908)
Co-authored-by: Pradyun Gedam <pradyunsg@users.noreply.github.com>
2023-03-29 21:03:36 +01:00

1 line
161 B
ReStructuredText

Reduce the number of resolver rounds, since backjumping makes the resolver more efficient in finding solutions. This also makes pathological cases fail quicker.