cleanup: Use arrays to hold list of strings
Using GList is sub-optimal and eventually needs just more allocations and iterations, so use arrays instead which provide a nicer API.
parent
73ab2191
No related branches found
No related tags found
Loading
Please register or sign in to comment