[Python-bugs-list] [ python-Bugs-474992 ] python version benchmark (original) (raw)
noreply@sourceforge.net noreply@sourceforge.net
Thu, 25 Oct 2001 11:45:41 -0700
- Previous message: [Python-bugs-list] [ python-Bugs-474836 ] Tix not included in windows distribution
- Next message: [Python-bugs-list] [ python-Bugs-474538 ] Memory (reference) leak in poller.regis
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Bugs item #474992, was opened at 2001-10-25 11:43 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=105470&aid=474992&group_id=5470
Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Frederic Giacometti (giacometti) Assigned to: Nobody/Anonymous (nobody) Summary: python version benchmark
Initial Comment:
This is not a bug per se, but following instructions by Tim Peters the One :), I'm submitting here the benchmark script.
I'm getting currently the following final output (bench.txt):
version bench1 nogc bench2 1.5.2 0 % 2.0 48 % 33 % 21 % 2.1.1 53 % 35 % 25 % 2.2 51 % 35 % 23 %
where:
bench1 = original python 1.5.2 script nogc = bench1 when disabling gc bench2 = bench1 script 'rewritten' for python 2.0 and latter (string methods, sre -> pre...)
These numbers are high...
Frederic Giacometti
You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=105470&aid=474992&group_id=5470
- Previous message: [Python-bugs-list] [ python-Bugs-474836 ] Tix not included in windows distribution
- Next message: [Python-bugs-list] [ python-Bugs-474538 ] Memory (reference) leak in poller.regis
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]