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 pitrou
Recipients pitrou
Date 2019-02-06.19:29:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1549481370.11.0.639124087998.issue35921@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-02-06 19:29:31pitrousetrecipients: + pitrou
2019-02-06 19:29:30pitrousetmessageid: <1549481370.11.0.639124087998.issue35921@roundup.psfhosted.org>
2019-02-06 19:29:30pitroulinkissue35921 messages
2019-02-06 19:29:30pitroucreate