mirror of
https://github.com/nmap/nmap.git
synced 2025-12-07 05:01:29 +00:00
string_pool (string interning) was using STL strings with lots of extra constructions, when all we need is a const char array. We can use charpool for that and get all the benefits there of tightly-packed heap allocations.
7.0 KiB
7.0 KiB