Date: Tue, 13 Feb 2007 21:58:21 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Tools/portbuild/scripts processonelog Message-ID: <200702132158.l1DLwL0m046149@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
linimon 2007-02-13 21:58:21 UTC FreeBSD ports repository Modified files: Tools/portbuild/scripts processonelog Log: Combine all like terms to get another 10% speedup in processing time. There is no change in any of the individual terms; this is merely a rearrangement. This change undoes what I was trying to do back in 2004 of breaking up each individual test into a grep, for readability. The performance of the script has continued to suffer as new greps were added over time, to the point where this is now a bad tradeoff. Revision Changes Path 1.21 +14 -117 ports/Tools/portbuild/scripts/processonelog
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200702132158.l1DLwL0m046149>