Page 1 of 1

Find in Files (RegExp search slower)?

Posted: Mon Jul 02, 2012 2:14 pm
by blakethompson
In regards to the Find in Files function, is checking 'Regular Expressions' implicitly slower? I usually try to check/uncheck it to match my needs, but sometimes I forget. Is there a major speed issue with having this checked when I am looking for standard text? Can I just leave it checked with no issue, provided my term doesn't get tripped up?

Posted: Mon Jul 02, 2012 3:05 pm
by ben_josephs
Yes, regex searching is intrinsically slower than plain text searching. However, the decrease in speed is remarkably small, especially when considered against the increase in expressiveness. And if you haven't been able to determine the speed difference, it can't be an issue for you...