Tag Archives: grep

Make Perl regex script faster using grep

Perl’s implementation of regular expressions performs much worse than grep’s implementation of regular expressions (i.e., Thompson NFA). Time to match a?nan against an I needed to write a Perl script to process numerous large log files, and Perl’s regex matching … Continue reading

Posted in Development, Programming | Tagged , , , , | Leave a comment