mirror of
https://github.com/nmap/nmap.git
synced 2025-12-15 12:19:02 +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