koorchik / formula-evaluation-benchmark

Benchmark math formula (AST) evaluation in different languages
5 stars 10 forks source link

More concise and idiomatic perl5 #7

Open dolmen opened 9 years ago

dolmen commented 9 years ago

Here is a more concise and idiomatic version of the Perl 5 that still keeps the spirit of the original one. I measured about 35% improvement over the original Perl 5 version.

Cc: @dagolden