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

Refactor Transferables definition #260

Open
maxammann opened this issue Feb 18, 2023 · 0 comments
Open

Refactor Transferables definition #260

maxammann opened this issue Feb 18, 2023 · 0 comments
Labels
feature-request Request for a new feature

Comments

@maxammann
Copy link
Collaborator

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

@maxammann maxammann added the feature-request Request for a new feature label Feb 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for a new feature
Projects
None yet
Development

No branches or pull requests

1 participant