indexer.c
31.7 KB
-
Use `p_pwrite`/`p_pread` consistently throughout the codebase · ff6f6754
This change stops using the seek+read/write combo to perform I/O with an offset, since this is faster by one system call (and also more atomic and therefore safer).
lhchavez committed