[Shootout-list] moments - improved bigloo version

Sven.Hartrumpf@fernuni-hagen.de Sven.Hartrumpf@fernuni-hagen.de
Thu, 09 Sep 2004 14:34:31 +0200 (CEST)


Hi all.

I have improved the bigloo version of "moments" (runtime reduced by 50%):

http://ki220.fernuni-hagen.de/shootout/moments.scm

I would like to suggest that the "Input" file is changed to something
like "Input20", which is a random order of 20 original "Input" files.
Why?
1. to get longer runtimes which can be compared more easily
2. to get a more realistic median computation
   (a sorted list as input is very nice for median computations
    that use sorting - at least for some algorithms)

http://ki220.fernuni-hagen.de/shootout/Input20

Greetings
Sven