This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: ls taking too long


> If a directory contains a large number of files (I have 
> >40000) where most of them are named such that the first 
> character is a "1" and you do an "ls x*" where only one of 
> the files begin with x, the ls takes an inordinate amount of 
> time, but going to a plain dos window and "dir e*" is really fast.
The cmd/dos window's filename filtering is done in the kernel, whereas
Cygwin's is done in user mode so every file is processed.

Chris


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]