Commit 760841f16b9c29da2ff00885d0fdf3462bcfb930

Collin Funk 2024-04-09T09:11:03

gnulib-tool.py: Change the avoid list to a set for lookups. * pygnulib/GLModuleSystem.py (GLModuleSystem.__init__): Store the avoided modules in a set instead of a list. This is used only for membership checks when computing the transitive closure of the given modules, therefore prefer the O(1) average case over O(n).