Skip to content

[Fix] Store page while game is extracting#1254

Open
BrettCleary wants to merge 3 commits intomainfrom
fix/store_page_while_extracting
Open

[Fix] Store page while game is extracting#1254
BrettCleary wants to merge 3 commits intomainfrom
fix/store_page_while_extracting

Conversation

@BrettCleary
Copy link
Copy Markdown
Collaborator

@BrettCleary BrettCleary commented Mar 10, 2025

Summary

Disclaimer This is still a bit of a WIP needing testing and error handling double checked

Runs the ExtractZipService in a worker thread b wrapping ExtractZipService with ExtractZipServiceWrapper

Key benefits:

  • process.noAsar can be modified without affecting the main thread
  • performance improvements since extraction maxes out the main thread core

closes https://github.com/HyperPlay-Gaming/px-pm/issues/112

@BrettCleary BrettCleary self-assigned this Mar 10, 2025
Copy link
Copy Markdown
Contributor

@flavioislima flavioislima left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code looks good, I believe it is important to test this on all platforms and with the artifact just to be sure it won't break.

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.

2 participants