Skip to content
This repository was archived by the owner on Nov 27, 2022. It is now read-only.
This repository was archived by the owner on Nov 27, 2022. It is now read-only.

Use faster .for_each iteration in Bevy code #24

Open
@alice-i-cecile

Description

@alice-i-cecile

Iterating with the for_each is substantially faster in Bevy as of 0.5.

While many systems will not be written in this way (for loops are great!), performance critical ones will be, which means that it is likely to be more reflective of actual use.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions