Antoine Pitrou <pit...@free.fr> added the comment:

I've got a proof-of-concept patch, here are the results:

Debug build, uncached

real    0m50,260s
user    1m52,663s
sys     0m11,305s

Debug build, cached

real    0m4,511s
user    0m4,009s
sys     0m1,547s

Non-debug build, uncached

real    1m18,384s
user    3m19,271s
sys     0m12,319s

Non-debug build, cached

real    0m4,047s
user    0m3,467s
sys     0m1,621s

This is on a 16-thread CPU.

----------

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

Reply via email to