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

Concurrency changes in XAtlas #2

Merged
merged 2 commits into from
Aug 4, 2023
Merged

Concurrency changes in XAtlas #2

merged 2 commits into from
Aug 4, 2023

Conversation

benedetto73
Copy link

Currently XAtlas uses a thread pool of size number of logical processor minus 1.
This is ok if one uses XAtlas on one texture at the time.
We need to spawn lots of concurrent XAtlas tasks.
In this change we allow a customizable thread pool size (which defaults to original N-1 value).

@jaadelgren
Copy link

@benedetto73 looks good to me. if you're ok with skipping a second review i'll go ahead and merge

@jaadelgren jaadelgren merged commit 2dcfdaf into prod Aug 4, 2023
3 checks passed
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.

2 participants