[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Ruby high on Computer Language Shootout scores!

Isaac Gouy

3/22/2006 1:25:00 AM

Now that we're using GZip source code bytes as an indicator of program
size, Ruby is high up on The Computer Language Shootout scores. No
doubt Ruby will be at the top once someone contributes those 2 missing
programs ;-)

http://shootout.alioth.debian.org/gp4/benchmark.php?test=all&lang=all&calc=Calculate&xfullcpu=0&xmem=0&xloc=1&binarytrees=1&chameneos=1&message=1&fannkuch=1&fasta=1&knucleotide=1&mandelbrot=1&nbody=1&nsieve=1&nsievebits=1&partialsums=1&pidigits=1&recursive=1&regexdna=1&revcomp=1&spectralnorm=1&hello=0&am...

2 Answers

Conductor

3/22/2006 2:52:00 AM

0

Isaac Gouy wrote:
> Now that we're using GZip source code bytes as an indicator of program
> size, Ruby is high up on The Computer Language Shootout scores. No
> doubt Ruby will be at the top once someone contributes those 2 missing
> programs ;-)
>
> http://shootout.alioth.debian.org/gp4/benchmark.php?test=all&lang=all&calc=Calculate&xfullcpu=0&xmem=0&xloc=1&binarytrees=1&chameneos=1&message=1&fannkuch=1&fasta=1&knucleotide=1&mandelbrot=1&nbody=1&nsieve=1&nsievebits=1&partialsums=1&pidigits=1&recursive=1&regexdna=1&revcomp=1&spectralnorm=1&hello=0&am...


Almost any language can be at the top if you select/deselect various
factors.

With each multiplier set = 1, Ruby appears in the middle of the pack in
the language shootout. Ruby is still a favorite of mine, but we
shouldn't ignore reality when comparing it to other languages.

http://shootout.alioth.debian.org/gp4/benchmark.php?test=all&lang=all&xfullcpu=1&xmem=1&xloc=1&binarytrees=1&chameneos=1&message=1&fannkuch=1&fasta=1&knucleotide=1&mandelbrot=1&nbody=1&nsieve=1&nsievebits=1&partialsums=1&pidigits=1&recursive=1&regexdna=1&revcomp=1&spectralnorm=1&hello=1&sumcol=1&calc...

---

Rails 1.1-RC1 is available!
http://weblog.rubyonrails.org/articles/2006/03/22/rails-1-1-release-candidate-1-availabl...

--
Posted via http://www.ruby-....


Isaac Gouy

3/22/2006 4:08:00 AM

0

Conductor wrote:
> Isaac Gouy wrote:
> > Now that we're using GZip source code bytes as an indicator of program
> > size, Ruby is high up on The Computer Language Shootout scores. No
> > doubt Ruby will be at the top once someone contributes those 2 missing
> > programs ;-)
> >
> > http://shootout.alioth.debian.org/gp4/benchmark.php?test=all&lang=all&calc=Calculate&xfullcpu=0&xmem=0&xloc=1&binarytrees=1&chameneos=1&message=1&fannkuch=1&fasta=1&knucleotide=1&mandelbrot=1&nbody=1&nsieve=1&nsievebits=1&partialsums=1&pidigits=1&recursive=1&regexdna=1&revcomp=1&spectralnorm=1&hello=0&am...
>
>
> Almost any language can be at the top if you select/deselect various
> factors.
>
> With each multiplier set = 1, Ruby appears in the middle of the pack in
> the language shootout. Ruby is still a favorite of mine, but we
> shouldn't ignore reality when comparing it to other languages.
>
> http://shootout.alioth.debian.org/gp4/benchmark.php?test=all&lang=all&xfullcpu=1&xmem=1&xloc=1&binarytrees=1&chameneos=1&message=1&fannkuch=1&fasta=1&knucleotide=1&mandelbrot=1&nbody=1&nsieve=1&nsievebits=1&partialsums=1&pidigits=1&recursive=1&regexdna=1&revcomp=1&spectralnorm=1&hello=1&sumcol=1&calc...
>
> ---
>
> Rails 1.1-RC1 is available!
> http://weblog.rubyonrails.org/articles/2006/03/22/rails-1-1-release-candidate-1-availabl...
>
> --
> Posted via http://www.ruby-....

Reality is that on average the Ruby programs on The Computer Language
Shootout are smaller than the programs written in the other languages
(when we use source code GZip bytes as the measure).

I wasn't about to suggest that the Ruby programs are the fastest
programs on The Computer Language Shootout :-)