Closed
Description
Running ls -R on a big tree (firefox sources for example), we are 5 times slower than the GNU version.
$ hyperfine --warmup 2 --show-output 'ls -al -R mozilla-central.hg > /dev/null' '/home/sylvestre/dev/debian/coreutils//target/release/coreutils ls -al -R mozilla-central.hg > /dev/null'
...
Summary
'ls -al -R /home/sylvestre/dev/mozilla/mozilla-central.hg > /dev/null' ran
4.71 ± 0.31 times faster than '/home/sylvestre/dev/debian/coreutils//target/release/coreutils ls -al -R mozilla-central.hg > /dev/null'
Running it in parallel could help.