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
The current transferables definition requires several copies such that data form a WebWorker reaches the main thread. We can improve here by directly tesselating into a destination buffer which is then sent to the main thread.
The minimum amount of copies is 2! We currently do more than 4 probably.
🤔 Expected Behavior
Zero-copy (/2 copies)
😯 Current Behavior
Many copies.
💁 Possible Solution
🔦 Context
None
The text was updated successfully, but these errors were encountered:
The current transferables definition requires several copies such that data form a WebWorker reaches the main thread. We can improve here by directly tesselating into a destination buffer which is then sent to the main thread.
The minimum amount of copies is 2! We currently do more than 4 probably.
🤔 Expected Behavior
Zero-copy (/2 copies)
😯 Current Behavior
Many copies.
💁 Possible Solution
🔦 Context
None
The text was updated successfully, but these errors were encountered: