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

Experiment with parallel processing of point clouds #1041

Closed
wants to merge 1 commit into from

Conversation

emilk
Copy link
Member

@emilk emilk commented Feb 1, 2023

Just a quick test to see if I could get some gains. Sadly, it seems the gains are marginal for whatever reason. I need to test a bit further.

This approach is interesting though, since it easily supports wasm.

Before:
image

With rayon:
image

…but something is wrong here. There are several copies of the same task, and I don't know why yet.

Checklist

  • I have read and agree to Contributor Guide and the Code of Conduct
  • I've included a screenshot or gif (if applicable)
  • I've added a line to CHANGELOG.md (if this is a big enough change to warrant it)

@emilk emilk mentioned this pull request Feb 16, 2023
@emilk emilk closed this Feb 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant