This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jaraco
Recipients Anthony Sottile, Zac Hatfield-Dodds, domdfcoding, hectorizdaone, hroncok, jaraco, kj, miss-islington, steve.dower
Date 2021-06-27.21:42:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1624830146.61.0.602795335649.issue44246@roundup.psfhosted.org>
In-reply-to
Content
In https://github.com/python/importlib_metadata/issues/324, I painstakingly created a library to perform robust performance monitoring of behaviors in the library and specifically added tests that capture the performance of entry_points against importlib_metadata 1.4 (the same code used in Python 3.9). I furthermore attempted to replicate the reported performance concerns reported using the exact commands, and even then, Python 3.10b3 indicates a 3x+ improvement in performance, dispelling the claim that the issue is order of complexity of the resolution of entry points by group.

I'll be open to new reports about performance concerns or other regressions w.r.t. the importlib.metadata changes, but please do not re-open this issue.
History
Date User Action Args
2021-06-27 21:42:26jaracosetrecipients: + jaraco, steve.dower, Anthony Sottile, hroncok, Zac Hatfield-Dodds, miss-islington, domdfcoding, kj, hectorizdaone
2021-06-27 21:42:26jaracosetmessageid: <1624830146.61.0.602795335649.issue44246@roundup.psfhosted.org>
2021-06-27 21:42:26jaracolinkissue44246 messages
2021-06-27 21:42:26jaracocreate