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 optimizations #679

Merged
merged 2 commits into from Aug 19, 2020
Merged

NFC: Performance optimizations #679

merged 2 commits into from Aug 19, 2020

Conversation

phkahler
Copy link
Member

Together these reduce Generate on a complex sketch from 50 seconds to 30. The first replaces 2 nested for loops with one loop and a lookup by ID. The second removes an OMP critical from a loop - puts that update in a non-parallel loop by itself.

@phkahler phkahler merged commit 6894b0c into solvespace:master Aug 19, 2020
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.

None yet

1 participant