in reply to What's Perl good at or better than Python.

I have heard it said that Python is faster than Perl, but the only actual comparison I have done (parallel implementations of Conway's "Life") says that Perl is slightly faster but Python has a slightly smaller memory footprint. My opinion is that if speed is truly a consideration you will reject both languages in favor of a compiled language. My C implementation of Life had a much larger memory footprint (no readily-available hash implementation) but was orders of magnitude faster than either Perl or Python.

  • Comment on Re: What's Perl good at or better than Python.

Replies are listed 'Best First'.
Re^2: What's Perl good at or better than Python (Game of Life, LLiL, Rosetta and Performance References)
by eyepopslikeamosquito (Archbishop) on Oct 16, 2021 at 22:24 UTC