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

refactor: modernise GeometryHierarchyMap #3594

Merged
merged 5 commits into from
Sep 10, 2024

Conversation

AJPfleger
Copy link
Contributor

  • remove template iterator_t
  • remove iterators
  • range based loop
  • pass heavy objects by reference
  • readability

@AJPfleger AJPfleger added this to the next milestone Sep 4, 2024
@github-actions github-actions bot added the Component - Core Affects the Core module label Sep 4, 2024
Copy link

github-actions bot commented Sep 4, 2024

📊: Physics performance monitoring for 13038d3

Full contents

physmon summary

@AJPfleger AJPfleger marked this pull request as ready for review September 7, 2024 16:21
stephenswat
stephenswat previously approved these changes Sep 10, 2024
Copy link
Member

@stephenswat stephenswat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm generally hesitant to replace iterators by vectors because iterators are more general, but in this it seems like this doesn't change the public API, and the type was fixed to vector anyway. So I am okay with this.

Copy link

sonarcloud bot commented Sep 10, 2024

@kodiakhq kodiakhq bot merged commit f774b27 into acts-project:main Sep 10, 2024
44 checks passed
@acts-project-service acts-project-service added the Fails Athena tests This PR causes a failure in the Athena tests label Sep 10, 2024
Copy link
Member

@paulgessinger paulgessinger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't going back to hard coding vectors a step back? I don't understand why we're removing iterators here.

Nevermind, saw the other comments now.

@AJPfleger AJPfleger deleted the geometry-hierarchy-map branch September 11, 2024 06:54
@paulgessinger paulgessinger modified the milestones: next, v37.0.0 Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component - Core Affects the Core module Fails Athena tests This PR causes a failure in the Athena tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants