Recently, I was interested in learning about the performance of regular expression implementations, and it was difficult for me to find a lot of useful information.
Its easy enough to test browser regex / javascript performance (lots of tools on the net). The javascript implementation implementation in Chrome and Opera pretty much kills all other major browsers.
But when it comes to the fastest implementation of C ++, java, C #, python, etc. regex, not so many good tests or comparisons.
So what is the fastest regular expression library where full functionality is implemented? (not too worried about backlinks)
source share