[REBOL] Re: computer language shootout - Rebol installed
From: igouy:ya:hoo at: 15-Nov-2005 14:46
--- Tom Conlin <tom.conlin-gmail.com> wrote:
> the output you show at
>
http://shootout.alioth.debian.org/gp4/benchmark.php?test
> =knucleotide&lang=rebol&id=0
>
> bears no semblance to the solution.
> the number values are incorrect and their order is
> wrong
Well, let's assume that the test scripts have halted
the knucleotide.r on it's first test run (because the
letters are lowercase).
The programs are run for several test values - in this
case 2500, 25000, 250000 - so those number values are
for N=2500. I have no idea what the correct number
values are for N=2500.
The number values shown on the knucleotide webpage are
for N=10000
http://shootout.alioth.debian.org/gp4/benchmark.php?test=knucleotide&lang=all#about
Did you download the example input file?
Did the program give the correct results N=10000 using
the example input file, on your machine?