Unbuffered-IO in Windows is incredibly slow. Instead call fflush() after fprintf().
authorHiroshi Inoue <h-inoue@dream.email.ne.jp>
Fri, 26 Oct 2018 05:15:22 +0000 (14:15 +0900)
committerHiroshi Inoue <h-inoue@dream.email.ne.jp>
Fri, 26 Oct 2018 05:15:22 +0000 (14:15 +0900)
commit143b7d948122da45fa72c810f7f4d9ff02ddb1ea
tree21210a580eb278aa9b838ee99c4fa475243dad06
parent61b67b9b98c47ce5997af2ec124cdcada040fc88
Unbuffered-IO in Windows is incredibly slow. Instead call fflush() after fprintf().
mylog.c