Commit c1cdc5ef8ef8b22d46bf55d8cb992f0b75532b46

Collin Funk 2024-06-03T04:57:14

gnulib-tool.py: Use a set to optimize. * pygnulib/GLModuleSystem.py (GLModule.getAutomakeSnippet_Unconditional): Call set() on the result of _extract_lib_SOURCES() to ensure computing the difference between another set is O(n).