-
Notifications
You must be signed in to change notification settings - Fork 0
amscanne/makesparse
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
README ========== This is a simple utility to use the new FALLOC_FL_PUNCH_HOLE mechanism for fallocate(). It was written as a quick and simple demonstration of when you might want to quickly scan memory for zeros (although it probably won't matter here for practical reasons, as the backing filesystem is almost certainly going to be your bottleneck) to accomany a blog post. It's pretty self-explanatory.
About
Tiny utility to leverage the new FALLOC_FL_PUNCH_HOLE flag for fallocate(), and turn a non-sparse file into a sparse one (on supported file systems).
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published