[Bug 255525] grep performance problem
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Apr 2022 13:54:30 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255525 Duane <parakleta@darkreality.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |parakleta@darkreality.org --- Comment #1 from Duane <parakleta@darkreality.org> --- I see this was addressed here: https://cgit.freebsd.org/ports/commit/?id=ea62bacb8ac8978cd8f265cc385fd55cec051d1a I was wondering if it would be possible to please solve this using pcregrep instead of gnugrep. pcregrep uses the same engine as gnugrep and so has the same performance, but it is included as part of the pcre library which is much more likely to be required by other utilities, and also it doesn't replace any of the existing BSD commands. -- You are receiving this mail because: You are the assignee for the bug.