You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: performance regression when parsing links from legacy repositories (python-poetry#6442)
Resolves: python-poetry#6436
Measurements of `poetry lock` with warm cache with example
pyproject.toml from python-poetry#6436:
|test case|time in s|peak memory usage in MB|
|---|---|---|
|legacy repository (before)|422|113|
|legacy repository (after)|3|118|
|pypi repository|1|92|
`backports.cached-property` is used in order to support
cached_property on Python 3.7.
Co-authored-by: Jarrod Moore <[email protected]>
Co-authored-by: Bjorn Neergaard <[email protected]>
(cherry picked from commit c4b2253)
0 commit comments