Skip to content

cleanup: Use arrays to hold list of strings

Marco Trevisan requested to merge 3v1n0/power-profiles-daemon:less-glists into main

Using GList is sub-optimal and eventually needs just more allocations and iterations, so use arrays instead which provide a nicer API.

Merge request reports