Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 09 Nov 2017 09:02:04 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 223532] egrep -i is terrible slow if utf-8 locale is enabled
Message-ID:  <bug-223532-8-oi6TsAHqXc@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-223532-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-223532-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223532

--- Comment #2 from Wolfram Schneider <wosch@FreeBSD.org> ---
I'm using the standard egrep from the base system

$ /usr/bin/egrep -V
egrep (GNU grep) 2.5.1-FreeBSD

for bsdgrep I get:
$ /usr/bin/bsdgrep -V
bsdgrep (BSD grep, GNU compatible) 2.6.0-FreeBSD

LANG=3Den_CA.UTF-8 time bsdgrep  -c foobar /tmp/tcsh400
0
        0.50 real         0.47 user         0.02 sys
LANG=3Den_CA.UTF-8 time bsdgrep  -ci foobar /tmp/tcsh400
0
        2.09 real         2.04 user         0.04 sys

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-223532-8-oi6TsAHqXc>