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 steve.dower
Recipients paul.moore, steve.dower, tim.golden, zach.ware
Date 2021-07-07.20:40:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1625690412.22.0.865002550362.issue44582@roundup.psfhosted.org>
In-reply-to
Content
It's only a rough benchmark, but my timings for `python -c "import mimetypes; mimetypes.init()` were ~200ms without the accelerator and ~100ms with the accelerator.

Since that includes all of startup, it's actually a better than 50% reduction for mimetypes.init(). I'm happy to take that without questioning precisely how much better it is ;)
History
Date User Action Args
2021-07-07 20:40:12steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware
2021-07-07 20:40:12steve.dowersetmessageid: <1625690412.22.0.865002550362.issue44582@roundup.psfhosted.org>
2021-07-07 20:40:12steve.dowerlinkissue44582 messages
2021-07-07 20:40:12steve.dowercreate