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

feat: Use ReusableComposition + ReusableComposeNode #528

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

philip-segerfast
Copy link

Separated from #436

This would allow the MapNodes to be reused instead of being re-created after disposition in a container which supports reuse, like LazyColumn. This may or may not bring a noticeable performance improvement.

…lying MapView

This would reuse the ReusableComposeNodes and ReusableComposition if placed in a container which supports reuse.
Will prevent the entire node tree from being re-created upon reuse which may or may not bring a noticeable performance improvement.
@philip-segerfast philip-segerfast marked this pull request as draft February 22, 2024 09:32
@philip-segerfast
Copy link
Author

This PR is on hold for now.

@bubenheimer
Copy link
Contributor

Prior comment, for additional context: #436 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants