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

Big points array take long time to send back from worker #17

Open
KonradLinkowski opened this issue Oct 10, 2024 · 1 comment
Open

Big points array take long time to send back from worker #17

KonradLinkowski opened this issue Oct 10, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest help wanted Extra attention is needed

Comments

@KonradLinkowski
Copy link
Owner

It's probably better to serialize the array into a transferable object and pass it using the transfer argument of postMessage
Or it might be better to construct ImageData on worker's side

@KonradLinkowski KonradLinkowski added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers hacktoberfest labels Oct 10, 2024
@nepal143
Copy link
Contributor

please assign it to me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants