New-Cli-Installer/gucc
Vladislav Nepogodin b6d5c2760e
👷 gucc: rewrite pacmanconf to reuse file content
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
```
2024-07-04 00:27:10 +04:00
..
include/gucc 🧹 gucc: refactor initcpio 2024-07-03 01:30:19 +04:00
src 👷 gucc: rewrite pacmanconf to reuse file content 2024-07-04 00:27:10 +04:00
tests 👷 gucc: rewrite pacmanconf to reuse file content 2024-07-04 00:27:10 +04:00
CMakeLists.txt 🧹 move systemd-boot installation into gucc 2024-07-01 22:21:13 +04:00
meson.build 🧹 move systemd-boot installation into gucc 2024-07-01 22:21:13 +04:00
README.md 🧹 gucc: move some functions into library 2024-06-26 01:53:19 +04:00

what