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

Feature Request: Custom task schedulers #514

Open
ds84182 opened this issue Dec 28, 2024 · 0 comments
Open

Feature Request: Custom task schedulers #514

ds84182 opened this issue Dec 28, 2024 · 0 comments

Comments

@ds84182
Copy link

ds84182 commented Dec 28, 2024

Use case

I'm integrating Embree into a Rust application using Rayon and I'd like to utilize Rayon's thread pool rather than the internal task scheduler. The internal scheduler spawns new threads for each scene commit which is rather heavy. I cannot use TBB because each additional dependency leads to a binary size increase. Embree has already increased my binary size by 3x, even with most features stripped out.

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

No branches or pull requests

1 participant