From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29205 invoked from network); 15 Nov 2005 12:12:45 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO autolearn=ham version=3.1.0 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 15 Nov 2005 12:12:45 -0000 Received: (qmail 74308 invoked from network); 15 Nov 2005 12:12:38 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 15 Nov 2005 12:12:38 -0000 Received: (qmail 12369 invoked by alias); 15 Nov 2005 12:12:31 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9681 Received: (qmail 12359 invoked from network); 15 Nov 2005 12:12:30 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 15 Nov 2005 12:12:30 -0000 Received: (qmail 73219 invoked from network); 15 Nov 2005 12:12:30 -0000 Received: from mailhost.u-strasbg.fr (130.79.200.152) by a.mx.sunsite.dk with SMTP; 15 Nov 2005 12:12:29 -0000 Received: from [130.79.188.217] (sys-univ-x.u-strasbg.fr [130.79.188.217]) by mailhost.u-strasbg.fr (8.13.3/jtpda-5.5pre1) with ESMTP id jAFCCRs8047195 for ; Tue, 15 Nov 2005 13:12:27 +0100 (CET) Message-ID: <4379D0A8.7010204@ulpmm.u-strasbg.fr> Date: Tue, 15 Nov 2005 13:12:24 +0100 From: Marc Chantreux User-Agent: Thunderbird 1.5 (Windows/20051025) MIME-Version: 1.0 CC: zsh-users@sunsite.dk Subject: Re: Using a shell database References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (mailhost.u-strasbg.fr [130.79.200.152]); Tue, 15 Nov 2005 13:12:27 +0100 (CET) X-Virus-Scanned: ClamAV 0.87/1172/Tue Nov 15 10:31:32 2005 on mr2.u-strasbg.fr X-Virus-Status: Clean zzapper wrote: > I did have a phase of writing all my "scripts" in Perl, but noticed that they were much slower than > their equivalent shell scripts. it depends of a lot of parameters. I use perl when perl makes thinks a lot easier or when there is a lot of content to parse. if you can read french, i've done my own benches and my conclusion is here : http://khatar.phear.org/shell/bench.html. regards mc