RE: Benchmarking regexes

2002-01-21 Thread Brent Dax
Steve Fink: # On Mon, Jan 14, 2002 at 01:49:44AM -0800, Brent Dax wrote: # > I wrote a _very_ simple benchmark program to compare Perl 5 # and Parrot. # > Here's the result of a test run on my machine: # > # > C:\brent\Visual Studio Projects\Perl 6\parrot\parrot>..\benchmark # > Benchmarking "bbcd

Re: Benchmarking regexes

2002-01-21 Thread Steve Fink
On Mon, Jan 14, 2002 at 01:49:44AM -0800, Brent Dax wrote: > I wrote a _very_ simple benchmark program to compare Perl 5 and Parrot. > Here's the result of a test run on my machine: > > C:\brent\Visual Studio Projects\Perl 6\parrot\parrot>..\benchmark > Benchmarking "bbcdefg" =~ /b[cde]*.f/... >

Re: Benchmarking regexes

2002-01-14 Thread Dan Sugalski
At 01:49 AM 1/14/2002 -0800, Brent Dax wrote: >I wrote a _very_ simple benchmark program to compare Perl 5 and Parrot. >Here's the result of a test run on my machine: > >C:\brent\Visual Studio Projects\Perl 6\parrot\parrot>..\benchmark >Benchmarking "bbcdefg" =~ /b[cde]*.f/... > perl: 0.03000

Benchmarking regexes

2002-01-14 Thread Brent Dax
I wrote a _very_ simple benchmark program to compare Perl 5 and Parrot. Here's the result of a test run on my machine: C:\brent\Visual Studio Projects\Perl 6\parrot\parrot>..\benchmark Benchmarking "bbcdefg" =~ /b[cde]*.f/... perl: 0.03000 seconds for 10_000 iters parrot: 0.24100 seconds