The Great Computer Language Shootout is back

Mickaël Rémond mickael.remond@REDACTED
Sat Jun 26 16:32:07 CEST 2004


On Fri, 25 Jun 2004 18:58:52 +0200, Marc van Woerkom  
<Marc.Vanwoerkom@REDACTED> wrote:

> Am Fri, 25 Jun 2004 09:01:25 -0500 hat
> James Hague <jamesh@REDACTED> geschrieben:
>> Someone else picked it up:
>>
>> http://shootout.alioth.debian.org/
>>
>> If there are changes to the Erlang benchmarks you've been sitting on, go
>> ahead and submit them.  I submitted a new sieve.  (The code is there,  
>> but
>> the execution time doesn't reflect it yet.)
>
> Hm there is an array access test:
>
>    http://shootout.alioth.debian.org/bench/ary/
>
> it is implemented via ets. I should try that hint Ulf Wigner gave me,  
> when I asked how to implement an array to store the ICFP ants on a game  
> board.

If I remember well, Shoutout benchmark did not use native compilation.  
This is something that could improve the performance. However, the time  
where mesure including startup time of the erl environment with the  
standard boot file. Using escript could speed thing (to avoid the complete  
environment startup penalty: In real life application you only start it  
once).

I hope this helps,

-- 
Mickaël Rémond
  http://www.erlang-projects.org/



More information about the erlang-questions mailing list