PackageDescription: ComputerLanguageShootout meteor(Bundle)


Computer Language Shootout meteor

Last published: May 16, 2012 by 'nice'


No bundle comment found. Component comments follow

PackageDescription: meteor - nice

This shootout meteor contest is taken from http://shootout.alioth.debian.org/u32/benchmark.php?test=meteor&lang=all
Solution is explained at http://smallissimo.blogspot.fr/2012/04/playing-with-meteor-contest-in.html and following blog posts.

Here are a few debugging/optimizing hints:

ShootoutMeteorBoard default inspect.
ShootoutMeteorBoard solveDefault inspect.
[ShootoutMeteorBoard solveDefault] timeToRun.
TimeProfiler new
samplingInterval: 3;
profile:[ShootoutMeteorBoard solveDefault].
AllocationProfiler new
samplingInterval: 3;
profile:[ShootoutMeteorBoard solveDefault].

The debugging categories are not required for resolving the board and can be stripped off before published on shootout site.