Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slight Improvement in runtime for #2473 #2475

Merged
merged 2 commits into from
Jul 12, 2024

Commits on Jul 12, 2024

  1. Slight Improvement in runtime for #2473

    This PR is a suggestion for how 2473 can run in O(m+n) time instead of
    O(mn) where m is number of entities removed and n is number of systems.
    
    Signed-off-by: Arjo Chakravarty <[email protected]>
    arjo129 committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    799106a View commit details
    Browse the repository at this point in the history
  2. Style

    Signed-off-by: Arjo Chakravarty <[email protected]>
    arjo129 committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    f008ccd View commit details
    Browse the repository at this point in the history