Optimizing regular expressions
By milkcow
@milkcow (99)
China
October 30, 2009 1:55pm CST
I have a unique scenario, maybe somebody can give me some advice.
I have a piece of data on which I need to run 125000 regular expressions. I've written a complete regex parser in C++, I've tried Flex, PCRE and all the usual things. Here's the problem - it needs to happen in under a second!
No responses