You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When writing the root or leaves, I should write to a new file and then rename into place (rather than overwriting). It's still not atomic (the root and leaf don't update at the same time), but would avoid risk of corruption on program termination during write.
The text was updated successfully, but these errors were encountered:
When writing the root or leaves, I should write to a new file and then rename into place (rather than overwriting). It's still not atomic (the root and leaf don't update at the same time), but would avoid risk of corruption on program termination during write.
The text was updated successfully, but these errors were encountered: