Minimize bundle spawning in DSLs #67
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
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.
The text was updated successfully, but these errors were encountered: