material-components-android icon indicating copy to clipboard operation
material-components-android copied to clipboard

[Performance] Include a baseline profile

Open IanGClifton opened this issue 2 years ago • 0 comments

Is your feature request related to a problem? Please describe.

Baseline profiles can significantly decrease jank, which is especially important for UI components that are included at the app level (vs in the framework).

Describe the solution you'd like

Add a baseline profile to this library so critical paths can be precompiled (AOT) during install

Describe alternatives you've considered

N/A

Additional context

https://developer.android.com/topic/performance/baselineprofiles/overview

We also happily accept pull requests.

IanGClifton avatar May 03 '23 21:05 IanGClifton