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

Change file opening to on-demand extent lookup #10

Open
DissectBot opened this issue Mar 18, 2024 · 0 comments
Open

Change file opening to on-demand extent lookup #10

DissectBot opened this issue Mar 18, 2024 · 0 comments

Comments

@DissectBot
Copy link

Opening a large fragmented file (several TB) takes several seconds. This is because the extent lookup is done ahead of time. This should be changed to lookup extents based on requested offset.

I knew this was going to be a performance issue when i wrote it the way it is and I had hoped to be able to postpone this for a bit longer, but unfortunately this is already becoming a performance constraint.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant