in reply to Re^2: How to optimize a regex on a large file read line by line ?
in thread How to optimize a regex on a large file read line by line ?

But do you confirm that the processing time with Perl for the OPed code is in excess of 12 minutes? That's what would be shocking to me.

Someone else would have to advise about differences between distributions (I'm running Strawberry 5.14.4.1 for my tests (update: on Windows 7)), but I would be flabbergasted by such a performance difference.


Give a man a fish:  <%-{-{-{-<

Replies are listed 'Best First'.
Re^4: How to optimize a regex on a large file read line by line ?
by John FENDER (Acolyte) on Apr 16, 2016 at 16:05 UTC

    I confirm for the 12 minuts. I'm currently making tests with Dwimperl and Straberry Perl for comparing. I will also do a snap of the time. Maybe i'm doing something wrong... I'm wandering if the 64 bits distribution was maybe less optimized that the 32 bits. I will also add that to my todo list.