Hacker News new | ask | show | jobs
by visarga 3235 days ago
Many string and dictionary based operations seem to work faster in Perl5 than Python for me.
2 comments

Perl5 string and hash performance was always top notch.
The Perl 5 version was indeed also 3 to 4 times faster than the Python one.
Did you compare to python2 or python3, cause python3 is in the same league as perl6.