Experiment with smarter layout caching of container nodes #422
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently leaf nodes have smart measure caching (see
YGNodeCanUseCachedMeasurement
inYoga.c
) but the measure cache check for containers/subtrees is very basic and just checking if all the input is equal. We could most likely make this much smarter and skip a lot of layouts with the possibility of greatly improving performance.