NAME

examples/benchmarks/arriter_o1.pir - Optimized Iterator Benchmark

SYNOPSIS

    % time ./parrot examples/benchmarks/arriter_o1.pir

DESCRIPTION

Hand crafted PIR code version of examples/benchmarks/arriter.pl.

The PIR code is the same as in arriter.pir, with following optimizations:

pull somecode out of the inner loop, s. opt below

TODO

Optimize more.

SEE ALSO

examples/benchmarks/arriter.pl, examples/benchmarks/arriter.pir.