mirror of
https://github.com/nmap/nmap.git
synced 2025-12-15 04:09:01 +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.
6.3 KiB
6.3 KiB