http://bugzilla.spamassassin.org/show_bug.cgi?id=4326
------- Additional Comments From [EMAIL PROTECTED] 2005-07-07 08:10 ------- Ok, first a bit of timing information. spamc.trunk is spamc from current trunk. spamc.default_getopt_shortopt is spamc using getopt.h as shipped with Debian, and -p 10000 argument spamc.default_getopt_longopt is spamc using getopt.h as shipped with Debian, and --port 10000 argument spamc.replace_getopt_shortopt is spamc using replace/getopt.h (with my changes) and -p 10000 argument spamc.replace_getopt_longopt is spamc using replace/getopt.h (with my changes) and --port 10000 argument spamc.default_getopt_longopt: 61 wallclock secs ( 0.58 usr 1.79 sys + 36.07 cusr 20.72 csys = 59.16 CPU) @ 4219.41/s (n=10000) spamc.default_getopt_shortopt: 60 wallclock secs ( 0.60 usr 1.85 sys + 36.12 cusr 20.71 csys = 59.28 CPU) @ 4081.63/s (n=10000) spamc.replace_getopt_longopt: 62 wallclock secs ( 0.65 usr 1.88 sys + 36.12 cusr 20.72 csys = 59.37 CPU) @ 3952.57/s (n=10000) spamc.replace_getopt_shortopt: 60 wallclock secs ( 0.64 usr 1.84 sys + 36.11 cusr 20.99 csys = 59.58 CPU) @ 4032.26/s (n=10000) spamc.trunk: 60 wallclock secs ( 0.64 usr 1.85 sys + 36.35 cusr 20.86 csys = 59.70 CPU) @ 4016.06/s (n=10000) Patches to spamc.c, replace/getopt.c and replace/getopt.h to follow. ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
