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
It may be possible to use TransferableObjects and WebWorkers or similar to save the extra memory copy we must do in the native addon before passing it off to the AsyncWorkerQueue. An idea that may be worth exploring in the future. Similarly, ObjectWrapping is another angle for potential optimization.
The text was updated successfully, but these errors were encountered:
It may be possible to use TransferableObjects and WebWorkers or similar to save the extra memory copy we must do in the native addon before passing it off to the AsyncWorkerQueue. An idea that may be worth exploring in the future. Similarly, ObjectWrapping is another angle for potential optimization.
The text was updated successfully, but these errors were encountered: