bug-gnulib
[Top][All Lists]
Advanced

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

Re: [patch] glob. If pattern has a trailing slash match directories only


From: Paul Eggert
Subject: Re: [patch] glob. If pattern has a trailing slash match directories only
Date: Sun, 10 Nov 2019 14:57:38 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0

On 11/10/19 9:17 AM, Dmitry Goncharov via Gnulib discussion list wrote:

On Sat, Nov 9, 2019 at 8:13 PM Bruno Haible<address@hidden>  wrote:
Are these issues supposed to be fixed in the new patch?
yes.

It seems to me that the performance issues are still there, in the sense that if GLOB_ONLYDIR is set then 'glob' now does a stat call on each directory entry to see whether it's a directory. It shouldn't have to do that. But perhaps I'm missing something about the new patch.



reply via email to

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