Commit f7310540ae888454f9ab69200cfcd8df07faf957

Carlos Martín Nieto 2014-05-13T02:41:48

indexer: use mmap for writing Some OSs cannot keep their ideas about file content straight when mixing standard IO with file mapping. As we use mmap for reading from the packfile, let's make writing to the pack file use mmap.