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

Mem cleanup #700

Merged
merged 3 commits into from
Oct 17, 2024
Merged

Mem cleanup #700

merged 3 commits into from
Oct 17, 2024

Conversation

devttys0
Copy link
Collaborator

Fixes excessive memory & disk consumption issues:

  1. Massive memory consumption in ThreadPool during recursive extraction on large images
  2. Unnecessary to_vec() calls
  3. Unnecessary file carving on some file types
  4. Additional useful debug output

Also fixes a bug in LZFSE parser loop.

@devttys0 devttys0 self-assigned this Oct 17, 2024
@devttys0 devttys0 merged commit 902ce54 into master Oct 17, 2024
@devttys0 devttys0 deleted the mem-cleanup branch October 19, 2024 17:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant