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

(NumberOfEntities) improve performance #1285

Merged
merged 2 commits into from
May 23, 2024
Merged

Commits on May 17, 2024

  1. (NumberOfEntities) add __iadd__

    Signed-off-by: Matthijs van der Burgh <[email protected]>
    MatthijsBurgh committed May 17, 2024
    Configuration menu
    Copy the full SHA
    7ccbf53 View commit details
    Browse the repository at this point in the history
  2. (NumberOfEntities) improve __add__ performance

    This does indeed not work child classes, but the __repr__ was also not working for child classes. And no currently there are no child classes, so performance is more important. See ros2#1223
    
    Signed-off-by: Matthijs van der Burgh <[email protected]>
    MatthijsBurgh committed May 17, 2024
    Configuration menu
    Copy the full SHA
    6964ab4 View commit details
    Browse the repository at this point in the history