-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Open
Description
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.