racket/collects/tests/mzscheme/benchmarks/shootout
Matthew Flatt 9192f073d0 compiler flonum tweaks
svn: r17349
2009-12-18 16:59:05 +00:00
..
ackermann.ss setup/unpack addition and docs 2008-04-19 12:42:54 +00:00
ary.ss
binarytrees.ss shootout updates 2008-07-19 00:11:10 +00:00
chameneos.ss add editor-scroll-to method of editor<%> 2008-07-22 13:17:09 +00:00
cheapconcurrency.ss setup/unpack addition and docs 2008-04-19 12:42:54 +00:00
echo.ss make all files terminate with a newline 2008-02-24 21:27:36 +00:00
except.ss
fannkuch.ss shootout benchmark improvements 2008-07-19 01:00:27 +00:00
fasta.ss shootout benchmark improvements 2008-07-19 01:00:27 +00:00
fibo.ss
hash.ss make all files terminate with a newline 2008-02-24 21:27:36 +00:00
hash2.ss
heapsort.ss use new require specs in many places 2008-02-23 09:42:03 +00:00
hello.ss shootout benchmarks 2008-07-19 02:40:34 +00:00
k-nucleotide.ss shootout benchmarks 2008-07-19 02:40:34 +00:00
lists.ss Fix drdr props. 2009-11-10 15:41:32 +00:00
mandelbrot-generic.ss scheme/flonum (v4.2.3.8) 2009-12-18 15:40:00 +00:00
mandelbrot-unsafe.ss unsafe variants of shootout benchmarks 2009-10-26 16:53:45 +00:00
mandelbrot.ss scheme/flonum (v4.2.3.8) 2009-12-18 15:40:00 +00:00
matrix.ss
meteor.ss optimizations: use vectors instead of move-procs, avoid mapping symbols, tighten loops, use bytes, keep only min+max solutions etc 2008-09-10 00:52:11 +00:00
moments.ss test repairs for DrDr 2009-11-11 14:01:18 +00:00
nbody-generic.ss scheme/flonum (v4.2.3.8) 2009-12-18 15:40:00 +00:00
nbody-vec-generic.ss compiler flonum tweaks 2009-12-18 16:59:05 +00:00
nbody-vec-unsafe.ss scheme/flonum (v4.2.3.8) 2009-12-18 15:40:00 +00:00
nbody-vec.ss compiler flonum tweaks 2009-12-18 16:59:05 +00:00
nbody.ss compiler flonum tweaks 2009-12-18 16:59:05 +00:00
nestedloop.ss use new require specs in many places 2008-02-23 09:42:03 +00:00
nsieve.ss shootout benchmarks 2008-07-19 02:40:34 +00:00
nsievebits.ss shootout benchmarks 2008-07-19 02:40:34 +00:00
partialsums.ss shootout benchmarks 2008-07-19 02:40:34 +00:00
pidigits-gmp.ss New gmp-based solution, based on the perl solution 2008-09-08 09:40:11 +00:00
pidigits.ss shootout benchmarks 2008-07-19 02:40:34 +00:00
pidigits1.ss
random.ss use new require specs in many places 2008-02-23 09:42:03 +00:00
README.txt
recursive.ss scheme/flonum (v4.2.3.8) 2009-12-18 15:40:00 +00:00
regexmatch.ss Fix drdr props. 2009-11-10 15:41:32 +00:00
regexpdna.ss shootout benchmarks 2008-07-19 02:40:34 +00:00
reversecomplement.ss setup/unpack addition and docs 2008-04-19 12:42:54 +00:00
reversefile.ss make all files terminate with a newline 2008-02-24 21:27:36 +00:00
run.ss use flvectors in spectralnorm-unsafe 2009-12-15 16:26:47 +00:00
sieve.ss
spectralnorm-generic.ss scheme/flonum (v4.2.3.8) 2009-12-18 15:40:00 +00:00
spectralnorm-unsafe.ss scheme/flonum (v4.2.3.8) 2009-12-18 15:40:00 +00:00
spectralnorm.ss compiler flonum tweaks 2009-12-18 16:59:05 +00:00
spellcheck.ss
strcat.ss
sumcol-input.txt mostly improvements to run.ss benchmark-running script 2007-01-22 03:18:51 +00:00
sumcol.ss shootout benchmarks 2008-07-19 02:40:34 +00:00
thread-ring.ss shootout benchmarks 2008-07-19 14:27:00 +00:00
wc.ss
wordfreq.ss make all files terminate with a newline 2008-02-24 21:27:36 +00:00

The program "run" should kknow how to run each benchmark with its
standard input value. So run <benchmark.ss> like this:

   mzscheme -qu run.ss <benchmark.ss>