Bug 522125 - grep-2.5.3-4.fc11 is 10X slower than grep-2.5.1a-61.fc10.
Summary: grep-2.5.3-4.fc11 is 10X slower than grep-2.5.1a-61.fc10.
Keywords:
Status: CLOSED DUPLICATE of bug 515047
Alias: None
Product: Fedora
Classification: Fedora
Component: grep
Version: 11
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Stepan Kasal
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-09-09 14:25 UTC by H.J. Lu
Modified: 2009-09-09 14:31 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2009-09-09 14:31:49 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description H.J. Lu 2009-09-09 14:25:49 UTC
[hjl@gnu-34 rrs]$ time /bin/egrep -v "^[ \t]*$" pr15242.i  > x.c 

real	0m10.490s
user	0m10.484s
sys	0m0.004s
[hjl@gnu-34 rrs]$ time ./egrep -v "^[ \t]*$" pr15242.i  > x.c 

real	0m0.039s
user	0m0.034s
sys	0m0.003s
[hjl@gnu-34 rrs]$ /bin/egrep --version
GNU grep 2.5.3

Copyright (C) 1988, 1992-2002, 2004, 2005  Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

[hjl@gnu-34 rrs]$ ./egrep --version
egrep (GNU grep) 2.5.1

Copyright 1988, 1992-1999, 2000, 2001 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
[hjl@gnu-34 rrs]$

Comment 1 H.J. Lu 2009-09-09 14:31:49 UTC

*** This bug has been marked as a duplicate of bug 515047 ***


Note You need to log in before you can comment on or make changes to this bug.