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

NFC, Performance: Use OpenMP for boolean function MakeItersectionCurv… #692

Merged
merged 1 commit into from Sep 6, 2020

Conversation

phkahler
Copy link
Member

@phkahler phkahler commented Sep 6, 2020

…esAgainst.

This is the last long-running single-threaded part of the boolean code. On one test model this took Regenerate form 27 seconds down to 18s. The critical sections needed a name (into) because that object must not be modified while in use in different places.

This was part of previous PR that didn't get in.

…esAgainst.

This is the last long-running single-threaded part of the boolean code. On one test model this took Regenerate form 27 seconds down to 18s. The critical sections needed a name (into) because that object must not be modified while in use in different places.
@phkahler phkahler merged commit b208cd8 into solvespace:master Sep 6, 2020
@phkahler phkahler deleted the more-boolean-omp branch September 13, 2020 17:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants