Confirmed users
574
edits
Line 42: | Line 42: | ||
* Ability to cap memory use for regex searches. Currently set at 8MB. | * Ability to cap memory use for regex searches. Currently set at 8MB. | ||
* Guaranteed linear-time searching (with relation to the corpus size), because it | * Guaranteed linear-time searching (with relation to the corpus size), because it makes automatons rather than doing backtracking—nice for fending off DOSes. [Actually, I'm not sure ES or PG don't do that as well.] |