Re: find, fts: dramatical improvement of speed in find

2020-05-04 Thread Askar Safin
mization, since the caller is not serious about performance" from > modern gnulib sources (fts.c). What this means? When I run "find -L" (with > find > 7642d172e10a890975696d28278e5192d81afc5b and gnulib > bddb8c50edc730e4ea60181a541f4fe41ba933ff without patches from *this* letter), > I g

Re: find, fts: dramatical improvement of speed in find

2020-04-26 Thread Askar Safin
ere). So "find -L" actually gets us to that point. And I need performance in that use case. == Askar Safin https://github.com/safinaskar

find, fts: dramatical improvement of speed in find

2020-04-23 Thread Askar Safin
o -path '/home/user/opt' -o -path '*/node_modules' ')' -prune > -false -o -type f > /tmp/st > > (Of course, I don't want to share my home dir, so you will not be able to > reproduce my test, but you can still try to type something like "find -O3 -L > /home") > > == > Askar Safin > https://github.com/safinaskar > == Askar Safin https://github.com/safinaskar

find, fts: dramatical improvement of speed in find

2020-04-16 Thread Askar Safin
x27;*/dev/fd' -o -path '/home/user/opt' -o -path '*/node_modules' ')' -prune -false -o -type f > /tmp/st (Of course, I don't want to share my home dir, so you will not be able to reproduce my test, but you can still try to type something like "find -O3 -L /home") == Askar Safin https://github.com/safinaskar