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.
In reply to Re: What's Perl good at or better than Python.
by Anonymous Monk
in thread What's Perl good at or better than Python.
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |