You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Integrating Baseline Profiles and R8 into the app could lead to noticeable performance gains. Here’s why:
Baseline Profiles help pre-compile critical code paths, improving runtime performance.
R8 provides advanced code shrinking and optimization, reducing APK size and making the app faster and more efficient.
Other apps, such as Reddit, have seen remarkable improvements in performance and startup times after implementing these tools. I believe M3UAndroid could benefit greatly from similar optimizations, especially for users who rely on quick and smooth access to their IPTV streams.
Changes Proposed:
This pull request includes:
A basic setup for Baseline Profiles to optimize critical user flows.
Configuration for R8 to enable code shrinking and optimization.
Let me know if you'd like me to provide additional details or code snippets for the PR!
The text was updated successfully, but these errors were encountered:
Integrating Baseline Profiles and R8 into the app could lead to noticeable performance gains. Here’s why:
Other apps, such as Reddit, have seen remarkable improvements in performance and startup times after implementing these tools. I believe M3UAndroid could benefit greatly from similar optimizations, especially for users who rely on quick and smooth access to their IPTV streams.
Changes Proposed:
This pull request includes:
Let me know if you'd like me to provide additional details or code snippets for the PR!
The text was updated successfully, but these errors were encountered: