Marcus Griep <marcus@xxxxxxxx> wrote: > Also, I came up with one more optimization inside 'sub close_file', Would that be truncating the file immediately after we're done using it? Previously IO->new_tmpfile would unlink the file immediately after it got created; so closing the file descriptor immediately after use would allow the OS it to bypass the actual writeout to disk on an asynchronous filesystem. -- Eric Wong -- 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