[fixed] ignore problem
Eli Zaretskii
eliz at gnu.org
Thu Apr 7 12:10:49 UTC 2011
> From: "Stephen J. Turnbull" <stephen at xemacs.org>
> Cc: andrew.bennetts at canonical.com,
> bazaar at lists.canonical.com
> Date: Thu, 07 Apr 2011 18:15:04 +0900
>
> Eli Zaretskii writes:
>
> > On what OS?
>
> Mac, Linux, and NetBSD. git is well-known to be, uh, "not tuned" for
> Windows. But surely Windows disk I/O is not so slow that it's worth
> changing a good design to work around it?
I cannot say. I generally find the MSYS port of Git (the only Windows
port, AFAIK) horribly slow on Windows, to the degree that bzr beats it
every time.
IMO, the problem is not the slow disk I/O, it's the inefficient
implementation of Posix APIs on top of the Windows system calls. I
once found that I can speed up a program that recursively traverses a
directory tree by an order of magnitude, just by using Windows native
calls instead of Posix functions.
But we are digressing, I think (my fault, I know). I think what bzr
has now is quite adequate, so no per-directory .bzrignore files are
needed. YMMV, of course.
More information about the bazaar
mailing list