You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Summary
Move
catalyst_compression
to perform in web workersDescription
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.
The text was updated successfully, but these errors were encountered: