]> Savannah Git Hosting - gnulib.git/commit
gnulib-tool.py: Use a set to optimize.
authorCollin Funk <collin.funk1@gmail.com>
Mon, 3 Jun 2024 11:57:14 +0000 (04:57 -0700)
committerCollin Funk <collin.funk1@gmail.com>
Mon, 3 Jun 2024 11:57:14 +0000 (04:57 -0700)
commitc1cdc5ef8ef8b22d46bf55d8cb992f0b75532b46
tree4f46cf240290548d29511d58b3fbab81707effab
parent081302a467b56bb88f6f101606218572411448ab
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).
ChangeLog
pygnulib/GLModuleSystem.py