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