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
{{ message }}
This repository was archived by the owner on Aug 12, 2026. It is now read-only.
Auto extract is single threaded, which is fine in GitHub actions, but not really that performant on devices with multiple cores. When testing changes locally, lots of time is wasted due to it being single threaded.
Auto extract is single threaded, which is fine in GitHub actions, but not really that performant on devices with multiple cores. When testing changes locally, lots of time is wasted due to it being single threaded.