Skip to content

WIP: skip subtrees that dont require transformation

username-removed-383729 requested to merge mark into master

Probably not worth merging this, but thought I'd put it here anyway. Wanted to see if it would make a meaningful difference to performance if it were possible to skip subtrees that don't require transformation, per #30 (closed). It seems to speed things up by around ~2%, but at the cost of more code and potentially some fragility.

Merge request reports