Re: [FRIAM] Which programming languages are fastest? | Computer Language Benchmarks Game

2012-05-30 Thread Greg Sonnenfeld
Just wanted to point out that the C# tested here was done with the
recently made community Mono engine. Not the mature .NET engine.


Greg Sonnenfeld

“Two h's walk into a bar. The first one says, What is this? Some kind
of physics joke?”


On Tue, May 29, 2012 at 9:12 PM, Owen Densmore o...@backspaces.net wrote:
 Just made my periodic visit to Language Shootout.

 http://shootout.alioth.debian.org/u32/which-programming-languages-are-fastest.php


 Imagine my surprise when I found JavaScript V8 at 2.85! Considering Fortran
 was the 1.0 and C++ 1.3 that's astounding!  And Ruby 43.80  Python 47.93
 (note JRuby, the Java implementation of Ruby, is faster than Ruby: 34.52)

 We have not mistaken JS as being a good bet.  Not sure whether or not Google
 will keep V8 getting progressively better, especially with Dart in the same
 race.

    -- Owen

 
 FRIAM Applied Complexity Group listserv
 Meets Fridays 9a-11:30 at cafe at St. John's College
 lectures, archives, unsubscribe, maps at http://www.friam.org


FRIAM Applied Complexity Group listserv
Meets Fridays 9a-11:30 at cafe at St. John's College
lectures, archives, unsubscribe, maps at http://www.friam.org


[FRIAM] Which programming languages are fastest? | Computer Language Benchmarks Game

2012-05-29 Thread Owen Densmore
Just made my periodic visit to Language Shootout.

http://shootout.alioth.debian.org/u32/which-programming-languages-are-fastest.php


Imagine my surprise when I found JavaScript V8 at 2.85! Considering Fortran
was the 1.0 and C++ 1.3 that's astounding!  And Ruby 43.80  Python 47.93
(note JRuby, the Java implementation of Ruby, is faster than Ruby: 34.52)

We have not mistaken JS as being a good bet.  Not sure whether or not
Google will keep V8 getting progressively better, especially with Dart in
the same race.

   -- Owen

FRIAM Applied Complexity Group listserv
Meets Fridays 9a-11:30 at cafe at St. John's College
lectures, archives, unsubscribe, maps at http://www.friam.org

Re: [FRIAM] Which programming languages are fastest? | Computer Language Benchmarks Game

2012-03-23 Thread Greg Sonnenfeld
It would be interesting to see this same benchmark done on an Intel C compiler.

Its a bit of a misnomer to compare Intel Fortran to GNU C. GNU C
should probably be compared to GNU F77.

A good thing to think about is how compiler implementation and
optimization will impact performance.


Greg Sonnenfeld

“The scientists of today think deeply instead of clearly. One must be
sane to think clearly, but one can think deeply and be quite insane.”



On Mon, Mar 19, 2012 at 8:22 PM, Russell Standish
r.stand...@unsw.edu.au wrote:
 C's in third spot, just behind C++ and Fortran. There shouldn't be
 much difference between C and C++, and there isn't. Fortran has almost
 always produced more efficient code, although one should be able to
 approach Fortran performance in C and C++ with a little care.

 Cheers

 On Tue, Mar 20, 2012 at 07:38:37AM +0530, Sarbajit Roy wrote:
 From the link, it seems that C is the fastest programming language by
 a very wide margin.

 On 3/19/12, Owen Densmore o...@backspaces.net wrote:
  Latest shootout results.
 
  http://shootout.alioth.debian.org/u32/benchmark.php?test=alllang=all

 
 FRIAM Applied Complexity Group listserv
 Meets Fridays 9a-11:30 at cafe at St. John's College
 lectures, archives, unsubscribe, maps at http://www.friam.org

 --

 
 Prof Russell Standish                  Phone 0425 253119 (mobile)
 Principal, High Performance Coders
 Visiting Professor of Mathematics      hpco...@hpcoders.com.au
 University of New South Wales          http://www.hpcoders.com.au
 

 
 FRIAM Applied Complexity Group listserv
 Meets Fridays 9a-11:30 at cafe at St. John's College
 lectures, archives, unsubscribe, maps at http://www.friam.org


FRIAM Applied Complexity Group listserv
Meets Fridays 9a-11:30 at cafe at St. John's College
lectures, archives, unsubscribe, maps at http://www.friam.org


Re: [FRIAM] Which programming languages are fastest? | Computer Language Benchmarks Game

2012-03-19 Thread Gillian Densmore
HTML 5 is oddly abscent. Though speed tests are kind of cool-relevence and
what used in the reel world might be slightly more telling--though I
think someone had put a few numbers up on the list a few months ago.

On Sun, Mar 18, 2012 at 9:28 PM, Owen Densmore o...@backspaces.net wrote:

 Latest shootout results.

 http://shootout.alioth.debian.org/u32/benchmark.php?test=alllang=all


 V8 JS still hanging in there well ahead of all the agile gang
 (ruby/python/etc).  C# seems to be loosing ground to hefty Java, but that
 could easily be optimization flags.

 The python numbers may be unfair: its all python code with no C libraries.
  I doubt many python programs are w/o the python wrappers around C code.

-- Owen

 
 FRIAM Applied Complexity Group listserv
 Meets Fridays 9a-11:30 at cafe at St. John's College
 lectures, archives, unsubscribe, maps at http://www.friam.org


FRIAM Applied Complexity Group listserv
Meets Fridays 9a-11:30 at cafe at St. John's College
lectures, archives, unsubscribe, maps at http://www.friam.org

Re: [FRIAM] Which programming languages are fastest? | Computer Language Benchmarks Game

2012-03-19 Thread Russ Abbott
Not clear what you mean. HTML5 is a markup language, not a programming
language. You can't use it to perform computations.

*-- Russ Abbott*
*_*
***  Professor, Computer Science*
*  California State University, Los Angeles*

*  Google voice: 747-*999-5105
  Google+: https://plus.google.com/114865618166480775623/
*  vita:  *http://sites.google.com/site/russabbott/
*_*



On Mon, Mar 19, 2012 at 10:57 AM, Gillian Densmore
gil.densm...@gmail.comwrote:

 HTML 5 is oddly abscent. Though speed tests are kind of cool-relevence and
 what used in the reel world might be slightly more telling--though I
 think someone had put a few numbers up on the list a few months ago.

 On Sun, Mar 18, 2012 at 9:28 PM, Owen Densmore o...@backspaces.netwrote:

 Latest shootout results.

 http://shootout.alioth.debian.org/u32/benchmark.php?test=alllang=all


 V8 JS still hanging in there well ahead of all the agile gang
 (ruby/python/etc).  C# seems to be loosing ground to hefty Java, but that
 could easily be optimization flags.

 The python numbers may be unfair: its all python code with no C
 libraries.  I doubt many python programs are w/o the python wrappers around
 C code.

-- Owen

 
 FRIAM Applied Complexity Group listserv
 Meets Fridays 9a-11:30 at cafe at St. John's College
 lectures, archives, unsubscribe, maps at http://www.friam.org



 
 FRIAM Applied Complexity Group listserv
 Meets Fridays 9a-11:30 at cafe at St. John's College
 lectures, archives, unsubscribe, maps at http://www.friam.org


FRIAM Applied Complexity Group listserv
Meets Fridays 9a-11:30 at cafe at St. John's College
lectures, archives, unsubscribe, maps at http://www.friam.org

Re: [FRIAM] Which programming languages are fastest? | Computer Language Benchmarks Game

2012-03-19 Thread Alfredo Covaleda
Nice. It is commonly known that  interpreters are slower than compilers but
it is interesting to have measures and a ranking.

Thanks


2012/3/18 Owen Densmore o...@backspaces.net

 Latest shootout results.

 http://shootout.alioth.debian.org/u32/benchmark.php?test=alllang=all


 V8 JS still hanging in there well ahead of all the agile gang
 (ruby/python/etc).  C# seems to be loosing ground to hefty Java, but that
 could easily be optimization flags.

 The python numbers may be unfair: its all python code with no C libraries.
  I doubt many python programs are w/o the python wrappers around C code.

-- Owen

 
 FRIAM Applied Complexity Group listserv
 Meets Fridays 9a-11:30 at cafe at St. John's College
 lectures, archives, unsubscribe, maps at http://www.friam.org




-- 
Alfredo

FRIAM Applied Complexity Group listserv
Meets Fridays 9a-11:30 at cafe at St. John's College
lectures, archives, unsubscribe, maps at http://www.friam.org

Re: [FRIAM] Which programming languages are fastest? | Computer Language Benchmarks Game

2012-03-19 Thread Sarbajit Roy
From the link, it seems that C is the fastest programming language by
a very wide margin.

On 3/19/12, Owen Densmore o...@backspaces.net wrote:
 Latest shootout results.

 http://shootout.alioth.debian.org/u32/benchmark.php?test=alllang=all


FRIAM Applied Complexity Group listserv
Meets Fridays 9a-11:30 at cafe at St. John's College
lectures, archives, unsubscribe, maps at http://www.friam.org


Re: [FRIAM] Which programming languages are fastest? | Computer Language Benchmarks Game

2012-03-19 Thread Russell Standish
C's in third spot, just behind C++ and Fortran. There shouldn't be
much difference between C and C++, and there isn't. Fortran has almost
always produced more efficient code, although one should be able to
approach Fortran performance in C and C++ with a little care.

Cheers

On Tue, Mar 20, 2012 at 07:38:37AM +0530, Sarbajit Roy wrote:
 From the link, it seems that C is the fastest programming language by
 a very wide margin.
 
 On 3/19/12, Owen Densmore o...@backspaces.net wrote:
  Latest shootout results.
 
  http://shootout.alioth.debian.org/u32/benchmark.php?test=alllang=all
 
 
 FRIAM Applied Complexity Group listserv
 Meets Fridays 9a-11:30 at cafe at St. John's College
 lectures, archives, unsubscribe, maps at http://www.friam.org

-- 


Prof Russell Standish  Phone 0425 253119 (mobile)
Principal, High Performance Coders
Visiting Professor of Mathematics  hpco...@hpcoders.com.au
University of New South Wales  http://www.hpcoders.com.au



FRIAM Applied Complexity Group listserv
Meets Fridays 9a-11:30 at cafe at St. John's College
lectures, archives, unsubscribe, maps at http://www.friam.org


[FRIAM] Which programming languages are fastest? | Computer Language Benchmarks Game

2012-03-18 Thread Owen Densmore
Latest shootout results.

http://shootout.alioth.debian.org/u32/benchmark.php?test=alllang=all


V8 JS still hanging in there well ahead of all the agile gang
(ruby/python/etc).  C# seems to be loosing ground to hefty Java, but that
could easily be optimization flags.

The python numbers may be unfair: its all python code with no C libraries.
 I doubt many python programs are w/o the python wrappers around C code.

   -- Owen

FRIAM Applied Complexity Group listserv
Meets Fridays 9a-11:30 at cafe at St. John's College
lectures, archives, unsubscribe, maps at http://www.friam.org