Message91500
FYI, Unladen Swallow includes several regex benchmark suites: a port of
V8's regex benchmarks (regex_v8); some of the regexes used when tuning
the existing sre engine 7-8 years ago (regex_effbot); and a
regex_compile benchmark that tests regex compilation time.
See http://code.google.com/p/unladen-swallow/wiki/Benchmarks for more
details, including how to check out and run the benchmark suite. You'll
need to modify your experimental Python build to have "import re" import
the proposed regex engine, rather than _sre. The benchmark command would
look something like `./perf.py -r -b regex /control/python
/experiment/python`, which will run all the regex benchmarks in rigorous
mode. I'll be happy to answer any questions you have about our
benchmarks.
I'd be very interested to see how the proposed regex engine performs on
these tests. |
|
Date |
User |
Action |
Args |
2009-08-12 18:01:39 | collinwinter | set | recipients:
+ collinwinter, loewis, akuchling, georg.brandl, gregory.p.smith, jimjjewett, sjmachin, amaury.forgeotdarc, pitrou, nneonneo, rsc, timehorse, mark, vbr, ezio.melotti, mrabarnett, jaylogan, akitada, moreati, r.david.murray |
2009-08-12 18:01:39 | collinwinter | set | messageid: <1250100099.58.0.112960791264.issue2636@psf.upfronthosting.co.za> |
2009-08-12 18:01:38 | collinwinter | link | issue2636 messages |
2009-08-12 18:01:37 | collinwinter | create | |
|