Johannes Schindelin <Johannes.Schindelin@xxxxxx> writes: > Hi, > > On Sun, 2 Sep 2007, Marius Storm-Olsen wrote: > >> The conversion of the FileTime to unix time_t is far more heavy. > > Really? If so, we might consider storing FILETIME->dwHightDateTime and > ->dwLowDateTime in the index. > > But I doubt it. AFAICT _getting_ at the stat data is the expensive thing > in Windows, not a 64-bit addition, subtraction and division. 64-bit division conceivably could be somewhat expensive, but it sounds like it should not be much compared to the cost of a system call. What is the code doing that division? -- David Kastrup, Kriemhildstr. 15, 44793 Bochum - 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