Comment on Ask HN: Should I implement my own integrity checks on my fileserver?Comments−PaulHoule1yIt could be expensive for the OS to update a secure hash for a file every time you write() to it.
Comments
It could be expensive for the OS to update a secure hash for a file every time you write() to it.