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 serhiy.storchaka
Recipients brett.cannon, pitrou, serhiy.storchaka
Date 2016-02-27.08:40:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1456562427.61.0.900748325219.issue26436@psf.upfronthosting.co.za>
In-reply-to
Content
> I assume the code looks idiomatic to you?

Sorry, I have not understood your question. Could you please reformulate?

The performance of all Python versions is rough the same. 2.7 is about 8% slower than 3.2 and 3.3, 3.4-default are about 3-4% slower than 3.2 and 3.3.

I have taken input data size such that the regex-dna benchmark runs rough the same time as the slowest regex benchmark regex-compile (0.7 sec per iteration on my computer, about a minute with default options). This is 1/50 of the size used in The Computer Language Benchmarks Game.

Since the benchmark generates input data, its size can easily be changed. Needed only update control sums.
History
Date User Action Args
2016-02-27 08:40:27serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, pitrou
2016-02-27 08:40:27serhiy.storchakasetmessageid: <1456562427.61.0.900748325219.issue26436@psf.upfronthosting.co.za>
2016-02-27 08:40:27serhiy.storchakalinkissue26436 messages
2016-02-27 08:40:26serhiy.storchakacreate