[Mailman-Developers] bugtraq submission warning: email address harvesting exploit

Bernhard Kuemel darsie at gmx.at
Wed Nov 26 05:47:33 EST 2003


Bernhard Kuemel wrote:
> A million string interpolations and file accesses in 2.1 s - not bad.

Hmm, maybe the startup overhead of python is still significant 
with 1,000,000 iterations so here are 10,000,000 timings:

bernhard at b:~/src/benchmark$ time perl -e 'for 
($i=1;$i<=10000000;$i++) {print "$i: hello world\n";}' >/dev/null

real    0m21.400s
user    0m21.130s
sys     0m0.030s

bernhard at b:~/src/benchmark$ time ./10Mhello >/dev/null

real    0m9.932s
user    0m9.760s
sys     0m0.020s


-- 
Webspace; Low end Serverhousing ab 15 e, etc.: http://www.bksys.at
Linux Admin/Programmierer: http://bksys.at/bernhard/services.html




More information about the Mailman-Developers mailing list