-
I am looking forward to using llfio to port a project that was originally written for Windows and which uses unbuffered i/o to be able to run on Windows and Linux. One thing that would make that job easier would be to be able to mark blocks as sparse and query the file about sparse ranges within the file. Just curious if you have plans to add any functions for that. Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
ned14
Sep 4, 2024
Replies: 1 comment 3 replies
-
Like |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
BurningEnlightenment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Like
file_handle::zero()
andfile_handle::extents()
?