in reply to Faster of two options for finding keywords in a database

It seems like the hash lookup should be faster than doing a bunch of regex matches, but can't you just throw some examples at it and time the two?
  • Comment on Re: Faster of two options for finding keywords in a database