in reply to Python regex faster than Perl?
In the past whenever I benchmarked perl against python in practical applications that I cared about, perl would win. However, python has been on a major performance binge for the past several years,
I've since stopped benchmarking perl vs python (I've picked up rust which I use when I care about performance), but I imagine that python has sped up relative to perl and is likely faster in more situations that it once was (depending, of course, on exactly what you are doing and how you code your algorithms).
Good Day,
Dean
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Python regex faster than Perl?
by Fletch (Bishop) on Mar 27, 2025 at 16:21 UTC | |
by karlgoethebier (Abbot) on Mar 28, 2025 at 09:19 UTC |