Hacker News new | ask | show | jobs
by stuckagain 3411 days ago
RE2 is not dramatically faster than all other regex implementations, but it is dramatically faster than boost::regex, which is among the slowest I've ever tested.
1 comments

Ah, fair enough.