From owner-freebsd-current@FreeBSD.ORG Sun Aug 15 21:50:52 2010 Return-Path: Delivered-To: current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6C578106566C; Sun, 15 Aug 2010 21:50:52 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 293898FC17; Sun, 15 Aug 2010 21:50:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.3/8.14.1) with ESMTP id o7FLfceh041792; Sun, 15 Aug 2010 15:41:38 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sun, 15 Aug 2010 15:42:11 -0600 (MDT) Message-Id: <20100815.154211.338122493920752843.imp@bsdimp.com> To: tim@kientzle.com From: "M. Warner Losh" In-Reply-To: <894C8953-7F2F-486F-8701-A3DFF65D7627@kientzle.com> References: <4C673F02.8000805@FreeBSD.org> <3CF90102-4DD5-4A44-925B-C215AE5AB36A@solfertje.student.utwente.nl> <894C8953-7F2F-486F-8701-A3DFF65D7627@kientzle.com> X-Mailer: Mew version 6.3 on Emacs 22.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: dougb@FreeBSD.org, current@FreeBSD.org, core@FreeBSD.org, delphij@FreeBSD.org, gabor@FreeBSD.org Subject: Re: Official request: Please make GNU grep the default X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Aug 2010 21:50:52 -0000 In message: <894C8953-7F2F-486F-8701-A3DFF65D7627@kientzle.com> Tim Kientzle writes: : : On Aug 15, 2010, at 1:56 AM, Alban Hertroys wrote: : : > On 15 Aug 2010, at 3:12, Doug Barton wrote: : > : >> (And before anyone bothers to reply saying "Use pkg_info -O for that" : >> I'll save you the trouble. My version is from 10-20% faster. Not sure : >> why, don't really care.) :) : > : > : > Congrats for beating the performance of a(nother) utility in base, but - regardless of whether you'd use it in that case - doesn't that just indicate that pkg_info could use some performance improvements as well? : : http://libpkg.googlecode.com/ : : This is David Forsyth's GSoC project to build a standard library : for managing the on-disk package database. : : His pkg_info implementation built on this library is in fact : a lot faster than what's currently in the tree. He's starting : to prototype pkg_delete and pkg_add on the new library : but there's still a lot of work to do. heh, maybe he needs to do work on an upgrader too. :) Warner