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

Minimize bundle spawning in DSLs #67

Open
nicopap opened this issue Aug 22, 2023 · 0 comments
Open

Minimize bundle spawning in DSLs #67

nicopap opened this issue Aug 22, 2023 · 0 comments
Labels
C-sprite relates to the cuicui_layout_bevy_sprite crate specifically C-ui relates to the cuicui_layout_bevy_ui crate specifically T-performance Speed up stuff

Comments

@nicopap
Copy link
Owner

nicopap commented Aug 22, 2023

Bundles, especially the UI bundles, are very large and rust generates a lot of codes for large value types. We should minimize creation of UI bundles to reduce generated code.

@nicopap nicopap added T-performance Speed up stuff C-ui relates to the cuicui_layout_bevy_ui crate specifically C-sprite relates to the cuicui_layout_bevy_sprite crate specifically labels Aug 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-sprite relates to the cuicui_layout_bevy_sprite crate specifically C-ui relates to the cuicui_layout_bevy_ui crate specifically T-performance Speed up stuff
Projects
None yet
Development

No branches or pull requests

1 participant