From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Tue, 25 May 2004 13:13:23 -0400 From: a@9srv.net To: 9fans@cse.psu.edu MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Subject: [9fans] plan9ports performance Content-Transfer-Encoding: quoted-printable Topicbox-Message-UUID: 885967e0-eacd-11e9-9e20-41e7f4b1d025 does this seem normal? : unix; time sed -e 's/e/E/g' fortunes > /dev/null 0.01u 0.02s 0.03r sed -e s/e/E/g fortunes : unix; time 9sed -e 's/e/E/g' fortunes > /dev/null 0.17u 0.00s 0.17r 9sed -e s/e/E/g fortunes the difference seems to get greater (percentage) with more complicated scripts (although i don't have an example that is more complicated without hitting unix/plan9 sed differences). is this just the inherent cost of adding another abstraction layer, is there something in the plan 9 sed version, or is something buggered on my system? =E3=82=A2