-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question: atomic write algorithm #5863
Labels
kind/support
A question or request for support
Comments
3 tasks
Assuming this is related to flatfs, the code lives in https://github.com/ipfs/go-ds-flatfs/blob/master/flatfs.go#L361 |
TL;DR:
The difference between go and js is that we don't use |
What go/fs/unix operation does sync file and sync directory operate? |
"syncfs". |
Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As part of ipfs/js-ipfs#1785, I'm investigating what is the algorithm being used by the Go IPFS implementation to write chunks to disk. Can you point me to some code, or flesh it out in pseudocode?
The text was updated successfully, but these errors were encountered: