geogram icon indicating copy to clipboard operation
geogram copied to clipboard

Faster CSG operations

Open BrunoLevy opened this issue 1 year ago • 0 comments

  • [ ] 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 avatar Feb 12 '24 08:02 BrunoLevy