mirror of
https://github.com/CachyOS/New-Cli-Installer.git
synced 2025-02-02 22:07:13 +08:00
b6d5c2760e
don't make extra memory allocations: - don't allocate vector of strings to find locations - don't convert that vector of strings into new string previously: ``` heaptrack stats: allocations: 69 leaked allocations: 0 temporary allocations: 4 ``` after: ``` heaptrack stats: allocations: 32 leaked allocations: 0 temporary allocations: 5 ``` |
||
---|---|---|
.. | ||
include/gucc | ||
src | ||
tests | ||
CMakeLists.txt | ||
meson.build | ||
README.md |