mirror of
https://github.com/nmap/nmap.git
synced 2025-12-09 14:11:29 +00:00
Building a string with var = var .. "something" has miserable time complexities. This commit cleans up a lot of that in scripts, focusing on packing of data with bin.pack and concatenations within loops. Additionally, a few instances were replaced with string.rep
8.2 KiB
8.2 KiB