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

small performance tweaks for Message #478

Merged
merged 2 commits into from
Jul 28, 2023

Conversation

gilice
Copy link
Contributor

@gilice gilice commented Jul 28, 2023

It is the widget most often built, so every small bit helps.

  • replace a List with an array (should be easier to optimize for the compiler)
  • remove a Padding widget and use the parent Container's padding instead

It is the widget most often built, so every small bit helps.
- replace a List with an array (should be easier to optimize for the
  compiler)
- remove a Padding widget and use the parent Container's padding instead
Copy link
Owner

@krille-chan krille-chan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍 thank you so much

@krille-chan krille-chan enabled auto-merge (rebase) July 28, 2023 19:20
@krille-chan krille-chan merged commit eba3eee into krille-chan:main Jul 28, 2023
5 checks passed
@basings basings mentioned this pull request Jan 23, 2024
@Henry-Hiles Henry-Hiles mentioned this pull request Feb 7, 2024
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.

2 participants