This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Fri Aug 14 23:35:12 -0700 2009 | |
| |
Makefile.PL | Thu Oct 15 20:25:39 -0700 2009 | |
| |
README | Tue Aug 11 10:48:01 -0700 2009 | |
| |
TODO | Tue Aug 11 11:44:18 -0700 2009 | |
| |
bin/ | Sun Dec 06 22:13:40 -0800 2009 | |
| |
compiled_language_support.txt | Sun Oct 18 19:34:13 -0700 2009 | |
| |
compiledtest/ | Thu Oct 15 21:44:19 -0700 2009 | |
| |
erlang/ | Sat Aug 15 18:36:13 -0700 2009 | |
| |
examples/ | Sat Dec 05 19:07:46 -0800 2009 | |
| |
haskell/ | Mon Sep 07 16:54:48 -0700 2009 | |
| |
inc/ | Wed Aug 12 15:58:20 -0700 2009 | |
| |
java/ | Fri Oct 16 11:53:22 -0700 2009 | |
| |
lib/ | Sun Dec 06 00:05:31 -0800 2009 | |
| |
parrot/ | Sun Dec 06 17:01:41 -0800 2009 | |
| |
perl5/ | Tue Oct 27 18:39:21 -0700 2009 | |
| |
perl6/ | Mon Oct 05 15:57:31 -0700 2009 | |
| |
ruby/ | Tue Aug 18 13:41:54 -0700 2009 | |
| |
scala/ | Thu Oct 29 15:16:27 -0700 2009 |
README
Euler Benchmark Suite The Euler Benchmark Suite aims at comparing language speeds for the Euler Project Problems at http://projecteuler.net/. This currently consists of Perl 5, Rakudo Perl 6 and Parrot solutions, but all languages are welcome. = Installation ================== In order for the included comparison scripts to work, you need to ensure that you have the necessary dependencies installed. cd into the git checkout run 'perl Makefile.PL'. You will want to answer 'yes' to installing dependencies if you want the included comparison scripts to work. run 'make installdeps' This should use CPANPLUS or CPAN to install the necessary prerequisite modules for running the comparison scripts. = File Naming ================== Files in each directory are named according to: <language>/<3-digit project euler number>/<2-digit implementation number>.ext







