racket/collects/tests/mzscheme/benchmarks/shootout
Eli Barzilay d1a0086471 newlines at EOFs
svn: r13105
2009-01-14 03:10:47 +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 make all files terminate with a newline 2008-02-24 21:27:36 +00:00
mandelbrot.ss newlines at EOFs 2009-01-14 03:10:47 +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 use new require specs in many places 2008-02-23 09:42:03 +00:00
nbody-vec.ss a vector version 2008-09-09 08:32:31 +00:00
nbody.ss misc improvements 2008-09-09 08:31:33 +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 shootout benchmarks 2008-07-19 02:40:34 +00:00
regexmatch.ss
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
sieve.ss
spectralnorm.ss fix spectral-norm benchmark 2008-07-21 20:38:51 +00:00
spellcheck.ss
strcat.ss
sumcol-input.txt
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>