Skip to content

file-utilities: Use string arrays, not linked lists

António Fernandes requested to merge wip/antoniof/arrays-rule into main

We don't sort or insert in the middle, linked lists gain us nothing.

Arrays offer better cache locality and even shorter code.

Merge request reports