From owner-freebsd-hackers Sat Jul 31 14:57:40 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 2CE9514CEF for ; Sat, 31 Jul 1999 14:57:32 -0700 (PDT) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.02 #1) id 11Ah72-000IFz-00; Sat, 31 Jul 1999 23:56:16 +0200 From: Sheldon Hearn To: Tim Vanderhoek Cc: Dag-Erling Smorgrav , John-Mark Gurney , James Howard , "Daniel C. Sobral" , freebsd-hackers@FreeBSD.ORG Subject: Re: replacing grep(1) In-reply-to: Your message of "Fri, 30 Jul 1999 22:07:26 -0400." <19990730220726.A69246@mad> Date: Sat, 31 Jul 1999 23:56:16 +0200 Message-ID: <70182.933458176@axl.noc.iafrica.com> Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 30 Jul 1999 22:07:26 -0400, Tim Vanderhoek wrote: > b$ time ./grep -E '(vt100)|(printer)' longfile > /dev/null > b$ time grep '(vt100)|(printer)' longfile > /dev/null You think that's fair? Surely you can't expect Jamie's extended regex support to outperform GNU's simple regex support? :-) Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message