Steve Dower <steve.do...@python.org> added the comment:

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 ;)

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue44582>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to