feat: offload reconstruction parsing to a background thread via react-native-worklets-core#138
Draft
feat: offload reconstruction parsing to a background thread via react-native-worklets-core#138
Conversation
|
|
…-native-worklets-core Agent-Logs-Url: https://github.com/SpeedcuberOSS/speedcuber-timer/sessions/570e2424-b1cb-435b-9388-f0897bcc9419 Co-authored-by: thehale <47901316+thehale@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Consider offloading reconstruction parsing to separate thread
feat: offload reconstruction parsing to a background thread via react-native-worklets-core
Mar 31, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Synchronous
parseReconstructionruns on the main JS thread after every solve, blocking the UI — most noticeably on gyroscope-equipped smartcubes with dense BLE event streams.Approach
Introduce
react-native-worklets-coreto run reconstruction parsing on a dedicated JSI background thread, letting the UI transition immediately while the CPU-intensivesolution-analyzerwork completes asynchronously.Changes
parseReconstructionAsync.ts(new) — creates a namedReconstructionContextworklet and wrapsparseReconstructionin aPromise; errors forwarded viarunOnJS(reject)'worklet'directives — added toparseReconstruction,parseTimestampedMoves,compressDoubleTurns,reconstructionFor, and__reconstructionForso the Babel plugin serializes the full call chain for background executionPracticeView.tsx—handleSolveCompleterefactored touseCallback:setTimerState(TimerState.SCRAMBLING)immediately (zero UI lag)Promise.all+.catchbabel.config.js—react-native-worklets-core/pluginadded before the Reanimated pluginglobalMock.js— Jest mock forreact-native-worklets-core(runAsyncexecutes synchronously viaPromise.resolve)Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
static.realm.io/opt/hostedtoolcache/node/24.14.0/x64/bin/node /opt/hostedtoolcache/node/24.14.0/x64/bin/node /home/REDACTED/work/speedcuber-timer/speedcuber-timer/node_modules/realm/node_modules/.bin/prebuild-install --runtime napi(dns block)If you need me to access, download, or install something from one of these locations, you can either: