in reply to Re: Trading compile time for faster runtime?
in thread Trading compile time for faster runtime?

Thanks, I know about RPerl's existence. AFAIK it is a subset of perl that compiles into C++ - so CPAN doesn't work. Surely got nice performance though

  • Comment on Re^2: Trading compile time for faster runtime?

Replies are listed 'Best First'.
Re^3: Trading compile time for faster runtime?
by etj (Priest) on Jun 05, 2024 at 17:52 UTC
    A blunter point about RPerl: it's an agonising (see all the perl-critic stuff in the examples) and bad way to write non-dynamically-typed Perl. Use PDL, or write actual XS code.
Re^3: Trading compile time for faster runtime?
by etj (Priest) on Apr 24, 2022 at 14:35 UTC
    What performance does it produce for numerical processing, compared to PDL? I always wondered.