Sparse mode in fs #4869
martinheidegger
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Recently I found the set-sparse package that allows to set a sparse mode for files on windows. Turns out this also works on mac os. Wouldn't it be cool if
fs.Stats.supportsSparse()
were a thing and a sparse flag could be passed tofs.open
transparently to open sparse files?Beta Was this translation helpful? Give feedback.
All reactions