NAME ^

examples/benchmarks/primes.pasm - Calculate prime numbers < 50000

SYNOPSIS ^

    % ./parrot examples/benchmarks/primes.pasm

DESCRIPTION ^

Calculates all the prime numbers up to 50000 and prints out the number of primes, the last one found, and the time taken.

SEE ALSO ^

examples/benchmarks/primes.c, examples/benchmarks/primes.pl, examples/benchmarks/primes2_p.pasm, examples/benchmarks/primes2.c, examples/benchmarks/primes2.pasm, examples/benchmarks/primes2.py.


parrot