in reply to performance of perl vs java
Java has a pretty good JIT compiler, and if you write code that plays to Java's strengths, it's faster than Perl code that plays to Java's strengths.
Perl's strengths (performance wise) are for example the regex engine, and situations where the polymorphic nature of Perl 5's scalars is actually used.
See also: Perl slower than java.
|
|---|