in reply to Re^6: Run Perl 5 in the Browser!
in thread Run Perl 5 in the Browser!
This means Perl's op-codes are executed at "native speed".
But JS code is normally far better optimized by using JIT.
The same algorithm in JS and Perl will normally run (much) faster in JS.
Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery
FootballPerl is like chess, only without the dice
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^8: Run Perl 5 in the Browser!
by haukex (Archbishop) on Aug 22, 2018 at 22:08 UTC | |
by LanX (Saint) on Aug 22, 2018 at 22:23 UTC |