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

Investigate Performance and Speed of Creating Frame With Corners #15

Open
gbroques opened this issue Mar 21, 2020 · 0 comments
Open

Investigate Performance and Speed of Creating Frame With Corners #15

gbroques opened this issue Mar 21, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@gbroques
Copy link
Owner

Currently creating a frame with 3d printed corners (or angle frame connectors) takes a few seconds.

It'd be nice if we could identify why it takes so long, and ways to improve the performance.

The insight gained from this should be applied to the creation of all parts.

My initial research seems to indicate Boolean operations (e.g. union, cut, difference, intersection) are slow. Maybe the solve is to avoid the use of these boolean operations in favor of alternative mechanisms like creating shapes from primitive faces, edges, and vertices.

We should have before and after benchmarks from some kind of profiler tool like the python profiler to measure effectiveness.

@gbroques gbroques added the enhancement New feature or request label Mar 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant