Skip to content

Is there still room for optimization in the judgment? #27

@suparek

Description

@suparek

If in the case of AND, as long as one of the multiple facts is false, then there is no need to judge again, but the current situation is that every fact under AND will be judged.
In the same way, in the case of OR, as long as one of the multiple facts is true, there is no need to judge later, but the current situation is that every fact under the OR will be judged.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions