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 vstinner
Recipients brett.cannon, pitrou, vstinner, yselivanov
Date 2016-02-03.11:18:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Well, it was simpler than I expected to implement calibration. Here is a PoC for regex_v8 and json_dump_v2.

json_dump_v2 takes 3 seconds per run, but it already uses internally 100 loop iterations. I divided the number of iterations by 100 in my patch.
History
Date User Action Args
2016-02-03 11:18:27vstinnersetrecipients: + vstinner, brett.cannon, pitrou, yselivanov
2016-02-03 11:18:27vstinnersetmessageid: <[email protected]>
2016-02-03 11:18:27vstinnerlinkissue26275 messages
2016-02-03 11:18:27vstinnercreate