Bug 3634 - hit-frequencies performance improvements
Summary: hit-frequencies performance improvements
Status: RESOLVED FIXED
Alias: None
Product: Spamassassin
Classification: Unclassified
Component: Masses (show other bugs)
Version: unspecified
Hardware: Other other
: P5 normal
Target Milestone: 3.0.0
Assignee: Daniel Quinlan
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-24 22:54 UTC by Daniel Quinlan
Modified: 2004-08-02 16:14 UTC (History)
1 user (show)



Attachment Type Modified Status Actions Submitter/CLA Status
patch patch None Daniel Quinlan [HasCLA]

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Quinlan 2004-07-24 22:54:17 UTC
74% performance improvement on hit-frequencies (using a reasonably large log)

Most of the overhead is in reading the logs, so this patch attempts to make
that as fast as reasonably possible (which is good when generating summaries
takes many minutes of running hit-frequencies).
Comment 1 Daniel Quinlan 2004-07-24 22:54:46 UTC
Created attachment 2175 [details]
patch
Comment 2 Daniel Quinlan 2004-07-24 22:55:51 UTC
Oops, I meant to say it now runs in 74% of the time previously required.
Still worthwhile.  ;-)

Comment 3 Justin Mason 2004-07-28 23:29:36 UTC
+1
Comment 4 Michael Parker 2004-07-29 08:18:00 UTC
+1
Comment 5 Daniel Quinlan 2004-08-03 00:14:58 UTC
applied to SVN, closing as FIXED