in reply to Re^3: Perl 5 Optimizing Compiler, Part 2
in thread Perl 5 Optimizing Compiler, Part 2
If there is one candidate in Perl's standard library I would rewrite in XS, it is Exporter.
Common subexpression elimination would help my code more; I'm not that concerned about startup time anywhere but tests.
|
|---|