DXR Storages: Difference between revisions

Jump to navigation Jump to search
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 make automatons rather than doing backtracking—nice for fending off DOSes.
* 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.]
Confirmed users
574

edits

Navigation menu