diff options
author | Pascal Terjan <pterjan@gmail.com> | 2015-10-20 23:25:36 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@gmail.com> | 2015-10-20 23:25:36 +0000 |
commit | b77d47f90289413e20f295b93ae8c51012f53e3d (patch) | |
tree | ecc4dbf79679445fe2918680630bbfddf6c7db32 /configure.ac | |
parent | a51017344e6ff730f1bcfec3a9089f49ad80de48 (diff) | |
download | rpm-setup-b77d47f90289413e20f295b93ae8c51012f53e3d.tar rpm-setup-b77d47f90289413e20f295b93ae8c51012f53e3d.tar.gz rpm-setup-b77d47f90289413e20f295b93ae8c51012f53e3d.tar.bz2 rpm-setup-b77d47f90289413e20f295b93ae8c51012f53e3d.tar.xz rpm-setup-b77d47f90289413e20f295b93ae8c51012f53e3d.zip |
Make python dependencies extraction much faster
New style rpm dependency extractors mean that the script is
called for each file in the package. This exhibit the slowness
of the python one, where most of the time is spent on importing
a module which is usually not needed.
Running pythoneggs.py --requires on python-setuptools:
Before:
real 1m43.763s
user 1m33.220s
sys 0m7.460s
After:
real 0m18.298s
user 0m15.060s
sys 0m2.190s
Diffstat (limited to 'configure.ac')
0 files changed, 0 insertions, 0 deletions