27 Avr
2011
27 Avr
'11
17:46
It might be interesting to look at the re2 regex engine source code. They claim: "RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library". http://code.google.com/p/re2/ They also have a link to a page about implementing regular expressions efficiently: http://swtch.com/~rsc/regexp/ Probably worth checking out. - Maxime