|
|
|
|
|
by purewater
5460 days ago
|
|
The slowdown is nowhere near what you've estimated. To run a regular expression, you have to search through the entire corpus. Right now, when you type a search in, it searches through its index to look only through the top documents that match those words. My guess is that it would be more like 1000000x slower. |
|
I even guess that, if someone actually built an engine that handled all regular expressions and found out a way to handle DDOS attacks, people would complain that they want more (no, you cannot parse HTML with regular expressions)