Skip to content

v2.0.0-beta.4.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@SSoelvsten SSoelvsten released this 29 Jun 10:46
· 626 commits to main since this release

Optimisations

  • Nested Sweeping
    If no requests for the inner sweep actually manipulate the sub-graph, then the entire sweep can be skipped (improving performance). For quantification, this happens when all to-be quantified nodes on a level either suddenly become suppressed or there is at least one terminal child.

Contributors