Skip to content

Compiled queries #3

@HexDecimal

Description

@HexDecimal

Later I might want to speed up queries by not discarding the entities after they're used.

In theory a query could register itself with the world holding into its entities and leaving info on how adding or removing components would affect that entities placement in that query. Like saying that removing a component will always remove it from a query and adding that component might add it back into the query, so only entities which may be added will need to be checked if the query is used.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions