mirror of
https://github.com/nmap/nmap.git
synced 2025-12-23 07:59:03 +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.
4.7 KiB
4.7 KiB