bug-grep
[Top][All Lists]
Advanced

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

bug#22239: fgrep -i slow in 2.21


From: Paul Eggert
Subject: bug#22239: fgrep -i slow in 2.21
Date: Sun, 10 Apr 2016 22:02:18 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0

This is following up on:

http://bugs.gnu.org/22239

Could you please supply some specific test cases to illustrate the problem? I'm not seeing it, but this could be because I'm not using your locale, or am using machine-generated patterns. I am using master grep in the C locale on Ubuntu 15.10, with a pattern file generated like this:

seq -f 'pattern %g' 100000 >list.txt

and running commands like this in the 'grep' source directory:

src/grep -F -i -f list.txt $(git ls-files | grep -v gnulib)

(or the same command without -i).





reply via email to

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