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

Faster CSG operations #134

Open
4 tasks
BrunoLevy opened this issue Feb 12, 2024 · 0 comments
Open
4 tasks

Faster CSG operations #134

BrunoLevy opened this issue Feb 12, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@BrunoLevy
Copy link
Owner

BrunoLevy commented Feb 12, 2024

  • fast_union mode, make it properly handle connected components floating inside another primitive
  • use 64 bits instead of 32 for primitive inclusion bits
  • tree transforms: create larger trees (what is a good balance ? we could completely "flatten" the tree)
  • tree transforms: find common subexpressions that could be factored (DAG rather than tree), see how the cache works in OpenSCAD.
@BrunoLevy BrunoLevy added the enhancement New feature or request label Feb 12, 2024
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