mirror of
https://github.com/nmap/nmap.git
synced 2026-02-13 17:06:34 +00:00
expr_match was wasting cycles implementing syntax not used or documented elsewhere (boolean AND, "+" to mean non-zero), copying and allocating new strings. Replacement reduces number of comparisons and performs parsing in-place on the const input expression.
41 KiB
41 KiB