bug-grep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #23321] Epsclosure speedup patch


From: Johan Walles
Subject: [bug #23321] Epsclosure speedup patch
Date: Fri, 23 May 2008 05:37:39 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.13) Gecko/20080313 Iceape/1.1.9 (Debian-1.1.9-3)

Follow-up Comment #1, bug #23321 (project grep):

The just attached file shows grep benchmark results.  I got the patterns file
by doing:

cat /etc/logcheck/ignore.d.workstation > /tmp/ignore

The numbers show the startup time for grep with about 2500 regexps read from
a file (logcheck does this every hour) is:
Plain 2.5.3    : 68.0s
CALLOC patch   : 24.2s
int->char patch:  5.8s

Adding 10000 lines of input (my /var/log/daemon.0 log file) doesn't change
the numbers much:
Plain 2.5.3    : 70.4s

Both CALLOC and
int->char patch:  5.7s


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?23321>

_______________________________________________
  Meddelandet skickades via/av Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]