Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add stability configuration file for maps-compose-utils module #553

Open
bubenheimer opened this issue Apr 17, 2024 · 0 comments
Open

Add stability configuration file for maps-compose-utils module #553

bubenheimer opened this issue Apr 17, 2024 · 0 comments
Labels
triage me I really want to be triaged. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@bubenheimer
Copy link
Contributor

android-maps-compose 4.3.4

The maps-compose-utils module should use a Compose stability configuration file to potentially improve recomposition performance, just like the primary maps-compose module. See #152, #517.

These 2 modules could share a single stability configuration file containing all immutable types from the GoogleMap SDK model package that are used in the modules.

For immutable types this is expected to be more performant than relying on the upcoming strong skipping functionality in Compose 1.7.0, which is more appropriate for mutable types.

@bubenheimer bubenheimer added triage me I really want to be triaged. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. labels Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage me I really want to be triaged. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

No branches or pull requests

1 participant