Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^3: Perl 5 Optimizing Compiler, Part 10: Kickstarter & Performance Benchmarks

by vkon (Curate)
on Nov 30, 2013 at 14:46 UTC ( [id://1065056]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Perl 5 Optimizing Compiler, Part 10: Kickstarter & Performance Benchmarks
in thread Perl 5 Optimizing Compiler, Part 10: Kickstarter & Performance Benchmarks

reini stated that his typed data in perl will be a huge speed win (preseented at Riga YAPC2011)

will his approach outperform yours and by what %-tage? where to invest?

  • Comment on Re^3: Perl 5 Optimizing Compiler, Part 10: Kickstarter & Performance Benchmarks

Replies are listed 'Best First'.
Re^4: Perl 5 Optimizing Compiler, Part 10: Kickstarter & Performance Benchmarks
by Will_the_Chill (Pilgrim) on Nov 30, 2013 at 23:36 UTC
    vkon,

    Types are required in RPerl, and I believe they are optional in P2.

    RPerl compiles low-magic Perl 5 source code into C/C++, there's just no way you can get faster than that, so we say RPerl is "very high performance". P2 is a JIT for high-magic Perl 5 and Perl 6 source code, it is based on the Potion VM and we say P2 is "high performance".

    We will run full comparison benchmarks once RPerl v1.0 is complete, but the bottom line is that JIT dynamic compilation can never beat the speed of static compilation, all other things being equal.

    Thank you for your generous pledge to support the future development of RPerl!

    Perling,
    ~ Will the Chill

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1065056]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (4)
As of 2024-04-19 04:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found