Skip to content

more effective subsets

Latest
Compare
Choose a tag to compare
@johanneswilm johanneswilm released this 02 May 08:40
· 180 commits to main since this release
  • cache subsets for node group moving
  • add settings:
    • maxDepth (default: false) false or a numeral. If set to a numeral, limits the level of depth that the the diff mechanism looks for differences. If false, goes through the entire tree.
    • maxChildCount (default: 50) false or a numeral. If set to a numeral, does not try to diff the contents of nodes with more children if there are more than maxChildDiffCount differences among child nodes.