http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5356





------- Additional Comments From [EMAIL PROTECTED]  2007-11-20 16:53 -------
> Some folks are very focused on performance and
> being able to disable calls like this is a huge win.
> Please don't dismiss them out of hand.

I count myself in a group of people focused on performance,
but I have also learned that an effort to speed up a 2 ms task
by a factor of 10 could better be spent elsewhere, like optimizing
a 1 second task by 1 percent.

100 timing measurements taken by Util::ScopedTimer::time_method
takes about 2.2 milliseconds. A 100 executions of:
  if ($obj->{conf}->{lint_rules} || would_log('dbg','timing')) {}
takes 0.32 ms. Is it worth it? Benchmark program attached.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

Reply via email to