To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=69943
------- Additional comments from [EMAIL PROTECTED] Thu Sep 28 07:15:00 -0700 2006 ------- First of all: > .DIRCACHE cannot handle d:/bla notation Certainly not, the directory cache stores the return value of readdir(), they are in cygwin/POSIX format. Normalizing of the targets will take care of this problem (issue 69742). Upper/lower case differences are addressed by issue 69814. > btw.: short tests showed that that .DIRCACHE gives speedup in odk/pack/copying > but slowdown in sc/sourc/ui/view !? (cygwin) As the while((direntp=readdir(dirp)) != NULL) { ... } loop from the directory caching stats *every* file in that directory, I can imagine that there is a tradeoff between statting everything (that's slow) but subsequent stats are fast and the non-caching alternative: Let stat() search for the file and then stat it. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]