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 ezio.melotti, mrabarnett, pitrou, serhiy.storchaka, tim.peters, vstinner
Date 2013-08-09.20:18:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376079506.07.0.434511129898.issue18685@psf.upfronthosting.co.za>
In-reply-to
Content
Ok, here are some results from the benchmarks suite:

Report on Linux fsol 3.8.0-27-generic #40-Ubuntu SMP Tue Jul 9 00:17:05 UTC 2013 x86_64 x86_64
Total CPU cores: 4

### regex_effbot ###
Min: 0.058952 -> 0.054367: 1.08x faster
Avg: 0.059060 -> 0.054378: 1.09x faster
Significant (t=132.69)
Stddev: 0.00008 -> 0.00001: 5.9597x smaller

### regex_v8 ###
Min: 0.063401 -> 0.050701: 1.25x faster
Avg: 0.066147 -> 0.053530: 1.24x faster
Significant (t=3.22)
Stddev: 0.00608 -> 0.00630: 1.0363x larger

The following not significant results are hidden, use -v to show them:
regex_compile.
History
Date User Action Args
2013-08-09 20:18:26pitrousetrecipients: + pitrou, tim.peters, vstinner, ezio.melotti, mrabarnett, serhiy.storchaka
2013-08-09 20:18:26pitrousetmessageid: <1376079506.07.0.434511129898.issue18685@psf.upfronthosting.co.za>
2013-08-09 20:18:26pitroulinkissue18685 messages
2013-08-09 20:18:25pitroucreate