in reply to Python regex faster than Perl?
Thanks for the input, everyone. I'm quite new to Perl, I picked it up only a few months ago, as a replacement scripting language for bash. So I thought there must be something I'm missing. But it seems this might just be the way it is.
It's quite the shame that Perl has been dethroned in the dynamic language game when it comes to regex performance. Python's re module even implements Perl regex! It's a shame.
Thanks. -- Dave
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Python regex faster than Perl?
by Fletch (Bishop) on Mar 27, 2025 at 16:31 UTC | |
Re^2: Python regex faster than Perl?
by GrandFather (Saint) on Mar 30, 2025 at 20:27 UTC | |
by dave93 (Acolyte) on Mar 31, 2025 at 12:49 UTC | |
Re^2: Python regex faster than Perl?
by LanX (Saint) on Mar 30, 2025 at 03:13 UTC | |
Re^2: Python regex faster than Perl?
by bliako (Abbot) on Mar 30, 2025 at 21:12 UTC |