Skip to content

Make render node diffing not slow

Benjamin Otte requested to merge wip/otte/diff into main

Fix some obscure corner cases where the diff between 2 nodes could consist of too many rectangles which would slow the diffing machinery to a crawl.

Edited by Benjamin Otte

Merge request reports