Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make hexdump sparse aware #2855

Open
crass opened this issue Mar 26, 2024 · 1 comment
Open

Make hexdump sparse aware #2855

crass opened this issue Mar 26, 2024 · 1 comment
Labels
TODO We going to think about it ;-)

Comments

@crass
Copy link

crass commented Mar 26, 2024

When hexdumping files that are sparse large performance improvements can be gained by skipping holes in the file. This could most easily be achieved by using seek() with SEEK_HOLE/SEEK_DATA (using fiemap() syscall would be more complicated and unnecessary).

@karelzak
Copy link
Collaborator

I like this idea. Volunteers? ;-)

@karelzak karelzak added the TODO We going to think about it ;-) label Mar 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
TODO We going to think about it ;-)
Projects
None yet
Development

No branches or pull requests

2 participants