findutils-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 0/2] gnulib related patches


From: Bernhard Voelker
Subject: [PATCH 0/2] gnulib related patches
Date: Sun, 21 Apr 2024 18:04:15 +0200
User-agent: Mozilla Thunderbird

I've pushed 2 commits:

* [PATCH 1/2] maint: doc: warn about consistency of node menu entries
  https://git.sv.gnu.org/cgit/findutils.git/commit/?id=3df6a55800f

* [PATCH 2/2] maint: update gnulib to latest
  https://git.sv.gnu.org/cgit/findutils.git/commit/?id=be2ea9b3b40

The latter is mainly to test the new Python implementation of gnulib's 
bootstrap,
see Bruno's query [1]:

[1] https://lists.gnu.org/r/info-gnu/2024-04/msg00001.html

For GNU findutils, the comparison between the 'sh' and the 'py' implementation
of './bootstrap' looks like this [2]:

[2] https://lists.gnu.org/archive/html/bug-gnulib/2024-04/msg00322.html

> Regarding the timings:
>
> $ export GNULIB_TOOL_IMPL=sh
> $ time ./bootstrap
> ...
> real    1m29.778s
> ser     1m21.919s
> sys     0m19.456s
>
> $ export GNULIB_TOOL_IMPL=py
> $ time ./bootstrap
> ...
> real    0m26.536s
> user    0m22.881s
> sys     0m0.884s
>
> $ time AUTORECONF=true ./bootstrap --skip-po
> ...
> real    0m3.369s
> user    0m2.979s
> sys     0m0.520s
>
> Cool!

Have a nice day,
Berny



reply via email to

[Prev in Thread] Current Thread [Next in Thread]