in reply to Re^2: Perl 6 and performance
in thread Perl 6 and performance

A few things to note:

In Perl 6, that math is going to default to Rationals, meaning you're keeping around a numerator and denominator and doing a bit more math than you might otherwise be expecting than p5's floats.

The point of the Christmas release was to stabilize the spec. Work in the upcoming year on Rakudo Perl 6 is going to target optimizations in both JIT and code generation.