[performance] all PropertyMapper
's set the same values over and over
#17303
Labels
area-architecture
Issues with code structure, SDK structure, implementation details
legacy-area-perf
Startup / Runtime performance
proposal/open
t/perf
The issue affects performance (runtime speed, memory usage, startup time, etc.) (sub: perf)
Milestone
Description
A good example of this is:
maui/src/Core/src/Platform/Android/ActivityExtensions.cs
Lines 5 to 26 in 9a9537e
But patterns like this are in many places currently in .NET MAUI.
The only place we've attempted to do something better is:
maui/src/Core/src/Handlers/View/AndroidBatchPropertyMapper.cs
Line 7 in 9a9537e
But ideally, a pattern could be adopted/invented for all platforms.
Public API Changes
Depending on what the new, invented pattern is. There may be public API changes, not sure.
Intended Use-Case
Improved performance for:
CollectionView
The text was updated successfully, but these errors were encountered: