in reply to Re^2: Regex combining /(foo|bar)/ slower than using foreach (/foo/,/bar/) ???
in thread Regex combining /(foo|bar)/ slower than using foreach (/foo/,/bar/) ???  

A problem with all of these benchmarks is that the different choices don't actually do the same things. See my response below.

  • Comment on Re^3: Regex combining /(foo|bar)/ slower than using foreach (/foo/,/bar/) ???