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

πŸ› οΈ [TASK] : Move catalyst_compression to perform in web workers #1014

Closed
Tracked by #815
apskhem opened this issue Oct 16, 2024 · 0 comments Β· Fixed by #1020
Closed
Tracked by #815

πŸ› οΈ [TASK] : Move catalyst_compression to perform in web workers #1014

apskhem opened this issue Oct 16, 2024 · 0 comments Β· Fixed by #1020
Assignees
Labels
enhancement New feature or request

Comments

@apskhem
Copy link
Collaborator

apskhem commented Oct 16, 2024

Summary

Move catalyst_compression to perform in web workers

Description

According to this research ticket #972, we can find a solution to move the compression logic to perform in web workers to prevent from blocking other processes due to heavy process of compression in the main thread.

The goal is implementing and moving the logic to web workers, also make sure that it can integrate into the Dart/Flutter code.

After implementing this web worker logic, it should ease the blocking experiece when we perform on compression.

@apskhem apskhem added this to Catalyst Oct 16, 2024
@apskhem apskhem moved this from New to πŸ— In progress in Catalyst Oct 16, 2024
@apskhem apskhem added this to the M4: Voting & Delegation milestone Oct 16, 2024
@apskhem apskhem self-assigned this Oct 16, 2024
@apskhem apskhem linked a pull request Oct 17, 2024 that will close this issue
8 tasks
@apskhem apskhem moved this from πŸ— In progress to πŸ‘€ In review in Catalyst Oct 17, 2024
@apskhem apskhem added the enhancement New feature or request label Oct 17, 2024
@github-project-automation github-project-automation bot moved this from πŸ‘€ In review to πŸ”¬ Ready For QA in Catalyst Oct 18, 2024
@apskhem apskhem moved this from πŸ”¬ Ready For QA to βœ… Done in Catalyst Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant