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
perf: avoid syncing directories when they already existed (#107)
When doing a Put, the containing directory is always created. If it already exist,
no error bubbles up from makeDirNoSync and later this directy is always synched on disk
in makeDir.
This generate FS operations which are almost always unnecessary as the supporting folders
are quickly all created.
0 commit comments