Dec. 6, 2013
11:38 a.m.
Ben wrote:
It used to be regex, but regex are slow (and far slower than just string comparison)
Yes, I saw that. They are also useful. Checking if the search string contains regex characters is not slow. Only doing regex checking when they are there solves the main slowness, without losing the flexibility. Stephan