Sparse mode in fs #39566
martinheidegger
started this conversation in
Ideas
Sparse mode in fs
#39566
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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