Message 259472 - Python tracker

Message259472

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 <1454498307.25.0.165794042707.issue26275@psf.upfronthosting.co.za>
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: <1454498307.25.0.165794042707.issue26275@psf.upfronthosting.co.za>
2016-02-03 11:18:27vstinnerlinkissue26275 messages
2016-02-03 11:18:27vstinnercreate