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