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
I found that performance of the current wheel_file_old may be really bad O(N^4) on some inputs. It may be not a serious problem but for end user it will be almost impossible to find and troubleshoot.
After performance fix I also found .dist-info extension is working as expected.
Description
Hello.
I found that performance of the current
wheel_file_old
may be really bad O(N^4) on some inputs. It may be not a serious problem but for end user it will be almost impossible to find and troubleshoot.After performance fix I also found
.dist-info
extension is working as expected.We can verify performance with this POC
Example output
Workarounds
.dist-info
extensionPoetry Installation Method
pip
Operating System
Ubtuntu
Poetry Version
2.0.0.dev0
Poetry Configuration
Python Sysconfig
Example pyproject.toml
any
Poetry Runtime Logs
The text was updated successfully, but these errors were encountered: