[commit: ghc] ghc-lwc2: Added more benchmarks from computer language shootout (8e2e895)

Sivaramakrishnan Krishnamoorthy Chandrasekaran t-sichan at microsoft.com
Fri Mar 1 17:14:21 CET 2013


Repository : http://darcs.haskell.org/ghc.git/

On branch  : ghc-lwc2

http://hackage.haskell.org/trac/ghc/changeset/8e2e895711c56f188ff021864aded282447758c1

>---------------------------------------------------------------

commit 8e2e895711c56f188ff021864aded282447758c1
Author: KC Sivaramakrishnan <chandras at cs.purdue.edu>
Date:   Fri Mar 1 11:13:03 2013 -0500

    Added more benchmarks from computer language shootout

 tests/Benchmarks/Fasta/Makefile                    |    8 +
 tests/Benchmarks/Fasta/fasta.hs                    |   59 +
 tests/Benchmarks/KNucleotide/.gitignore            |    1 +
 tests/Benchmarks/KNucleotide/Makefile              |    8 +
 tests/Benchmarks/KNucleotide/k-nucleotide-lwc.hs   |  344 ++++
 .../Benchmarks/KNucleotide/k-nucleotide-vanilla.hs |  331 ++++
 tests/Benchmarks/Mandelbrot/Makefile               |    8 +
 tests/Benchmarks/RegexDNA/Makefile                 |    8 +
 tests/Benchmarks/RegexDNA/regex-dna-lwc.hs         |  149 ++
 tests/Benchmarks/RegexDNA/regex-dna-vanilla.hs     |  138 ++
 tests/Benchmarks/RegexDNA/regexdna-input.txt       | 1671 ++++++++++++++++++++
 tests/Benchmarks/SpectralNorm/Makefile             |    8 +
 tests/Benchmarks/SpectralNorm/spectral-norm-lwc.hs |  124 ++
 .../SpectralNorm/spectral-norm-vanilla.hs          |  110 ++
 14 files changed, 2967 insertions(+)


Diff suppressed because of size. To see it, use:

    git show 8e2e895711c56f188ff021864aded282447758c1



More information about the ghc-commits mailing list