[Bug 255525] grep performance problem
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 08 May 2025 12:26:45 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255525
--- Comment #8 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:
URL:
https://cgit.FreeBSD.org/ports/commit/?id=e8eb1a4a6cca09ff800cf2131a470c2eaae6c617
commit e8eb1a4a6cca09ff800cf2131a470c2eaae6c617
Author: Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2025-05-08 12:24:56 +0000
Commit: Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2025-05-08 12:24:56 +0000
sysutils/debootstrap: switch the port from using gnugrep to pcregrep
Dependency on GNU grep had been originally added to avoid a pathological
corner case in BSD grep, where it's about two orders of magnitude slower
than GNU grep. As it occurs with one particular pattern type, it could
instead be solved by depending on pcregrep rather than gnugrep.
Submitter prefers this solution because pcregrep is already required by
other programs and does not have potential conflicts with the BSD grep
from the base.
PR: 255525, 263279
sysutils/debootstrap/Makefile | 12 ++-----
sysutils/debootstrap/files/patch-functions | 54 +++++++++++++++++++++++++++++-
2 files changed, 55 insertions(+), 11 deletions(-)
--
You are receiving this mail because:
You are the assignee for the bug.