![]() # Objective Probably fixes #16972 ## Solution With 100k text2d, tracy was showing most time being spent in `extract_components<bevy_sprite::SpriteSource>`.  Browsing Bevy's code, this `SpriteSource` component is seemingly not even used in the render world. So I just ~~deleted the code that was extracting it~~ it. ## Testing `cargo run --example text2d` still seems to work. The example from [my comment](https://github.com/bevyengine/bevy/issues/16972#issuecomment-2562680876) in the linked issue shows a ~50x speedup. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |