-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
MachOView needs to support lazy loading for content #433
Comments
Yeah, that's the idea behind #23. I opened that years ago and never got around to it, partially because the performance gains weren't substantial for Homebrew's use case. But I would happily accept a changeset for that now. |
Yeah, that's the trouble with |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
As we start to parse contents of various regions, it would be helpful to not hold in memory
@raw_data
but materialize as needed in MachOView.This can be accomplished by using the new file reference and seek / read to pull in the data lazy
The text was updated successfully, but these errors were encountered: