Re: gnulib-tool.py speedup

2024-04-20 Thread Collin Funk
On 4/20/24 4:50 PM, Bruno Haible wrote: > What I measure (with "GNULIB_TOOL_IMPL=sh time ./test-create-testdir-1.sh") > is: > dash 22 sec > bash 20 sec dash 31 sec bash 28 sec Similar here. Looks like my desktop is just older than I remembered originally. > I think that 'dash' is genera

Re: gnulib-tool.py speedup

2024-04-20 Thread Bruno Haible
On Sonntag, 21. April 2024 01:01:01 CEST Collin Funk wrote: > Hi Bruno, > > On 4/20/24 3:50 PM, Bruno Haible wrote: > > On Linux: On Cygwin 2.9.0: > > > > in create-tests: time ./test-all.sh in create-tests: time > > ./test-all.sh > > sh: 1225 sec

Re: gnulib-tool.py speedup

2024-04-20 Thread Collin Funk
Hi Bruno, On 4/20/24 3:50 PM, Bruno Haible wrote: > On Linux: On Cygwin 2.9.0: > > in create-tests: time ./test-all.sh in create-tests: time > ./test-all.sh > sh: 1225 secsh: 27406 sec > py: 155 sec

Re: gnulib-tool.py speedup

2024-04-20 Thread Bruno Haible
Simon Josefsson wrote: > jas@kaka:~/src/oath-toolkit$ time make -f cfg.mk > ... > real 0m48,169s > user 0m49,900s > sys 0m9,658s > jas@kaka:~/src/oath-toolkit$ export GNULIB_TOOL_IMPL=py > jas@kaka:~/src/oath-toolkit$ time make -f cfg.mk > ... > real 0m0,704s > user 0m0,527s > sys 0m0,179