Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explore using WebWorkers + native addon instead of AsyncWorker #1

Open
dlongley opened this issue Oct 17, 2017 · 0 comments
Open

Explore using WebWorkers + native addon instead of AsyncWorker #1

dlongley opened this issue Oct 17, 2017 · 0 comments

Comments

@dlongley
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants