[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gnulib-tool.py: Optimize --extract-recursive-dependencies.
From: |
Collin Funk |
Subject: |
Re: gnulib-tool.py: Optimize --extract-recursive-dependencies. |
Date: |
Wed, 04 Dec 2024 19:05:29 -0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Hi Bruno,
Collin Funk <collin.funk1@gmail.com> writes:
> Thanks, I reproduced your findings. I'll have a look at fixing it with
> your suggestions.
I've applied a patch following your suggestions.
I believe the slowness in --extract-dependents caused by my previous
patch was caused by the parsing of all files in modules/* done during
GLModules.__init__().
Your implementation was faster for the non-recursive case, so I've added
it back with very minor changes and used an optional top_level argument.
Collin
0001-gnulib-tool.py-Make-extract-dependents-quick-again.patch
Description: Text Data