Hi, [re-Cc:ed j6t] On Fri, 21 Nov 2008, Vasyl' Vavrychuk wrote: > [Dscho knows that j6t wrote this:] > > > It doesn't pass the test suite, for example t5301-sliding-window.sh > > fails. > > I will investigate. Note that I quickly discarded the idea of mmap() on MinGW because at least in the past, we used to rename files that were mmap()ed. That is a no-go with CreateFile(). And I'd really like to see speed comparisons; AFAIR we had major issues with mmap() performance on MacOSX, and use lseek() && pread() for that particular code instead now. Note that I find your work valuable, even if it should turn out that CreateFile() is slower, because at least we will know. Thanks, Dscho -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html