Is there any significant overhead in calling WinAPI WriteFile function?

  • Thread starter Thread starter oleksijp
  • Start date Start date
O

oleksijp

Guest
Currently I am writing a code (note-taking app) that saves an edit control's text in a file after every single modification. I want to know how costly this approach is in comparison with saving user data input once in a while or after a more rare event.

Continue reading...
 
Back
Top