Experiment with smarter layout caching of container nodes #422

Open
opened 2017-02-22 03:42:57 -08:00 by emilsjolander · 0 comments
emilsjolander commented 2017-02-22 03:42:57 -08:00 (Migrated from github.com)

Currently leaf nodes have smart measure caching (see YGNodeCanUseCachedMeasurement in Yoga.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.

Currently leaf nodes have smart measure caching (see `YGNodeCanUseCachedMeasurement` in `Yoga.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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DaddyFrosty/yoga#422
No description provided.