From: Stefan Zager <hidden> Date: 2016-06-15 22:59:55
On Fri, Feb 14, 2014 at 11:04 AM, Karsten Blees [off-list ref] wrote:
Damn...you're right, multi-threaded git-index-pack works fine, but some tests fail badly. Mixed reads would have to be from git_mmap, which is the only other caller of pread().
msysgit used git_mmap() as defined in compat/win32mmap.c, which does
not use pread.
Stefan