-
Notifications
You must be signed in to change notification settings - Fork 2
Performance
xtuzy edited this page Mar 8, 2023
·
4 revisions
SharpConstraintLayout.Core.Benchmark test performance of ConstraintLayout.Core.
-
50 widget in flow
-
100 widget in flow
-
1000 widget in flow
They are select fast at test. We can see, when have widget too many, android will slow than ios. so we can't use it to make node graphic.
see https://github.com/xtuzy/SharpConstraintLayout/issues/22
On mobile, controls is less(<100), you can use it instead of Grid, RelativeLayout, StackLayout. But you can't use it instead of WrapPanel when it have many controls.
On desktop, if you want create ui like VisualStudio, it is suitable as root layout to manage components.