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

Perf Improvements & Consistency #14

Merged
merged 5 commits into from
Nov 28, 2023
Merged

Perf Improvements & Consistency #14

merged 5 commits into from
Nov 28, 2023

Conversation

Redth
Copy link
Owner

@Redth Redth commented Nov 28, 2023

There were some hot spots determined by profiling around swapping views on android. This logic was kind of odd to begin with and I don't believe it really was doing anything. The idea originally was to support Comet hot reloading with it, however given how it was implemented, it really should still have been a no-op.

This speeds things up a bit on android with fixes, and adds some consistency to iOS/Windows in how the view holders are setup.

@Redth Redth merged commit 406f8ee into main Nov 28, 2023
5 checks passed
@Redth Redth deleted the perf-improvements branch November 28, 2023 21:33
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

1 participant