-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Big refactor of newfile() / newdir() + BlobTree API improvements
Refactor newfile() / newdir() into primarily in-place APIs. A temporary directory can still be created with newdir(). Before this refactor the API looked slightly nicer, but we would never be able to reach the efficiency of the native file APIs. In particular, we might end up moving data across devices as a last step in constructing a directory tree — this seemed bad! Also: * Further document the BlobTree API * Allow path strings as keys in more places in BlobTree
- Loading branch information
Showing
2 changed files
with
245 additions
and
107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.