Skip to content

Conversation

@stephenswat
Copy link
Member

The code that is used by the find_tracks kernel to allow for insertion into sorted arrays without race conditions can be applied for other kernels too, and so it would be nice to lift this code into its own header.

This is used by e.g. #992 and #1082.

@stephenswat stephenswat added the refactor Change the structure of the code label Jul 24, 2025
Copy link
Contributor

@beomki-yeo beomki-yeo left a comment

Choose a reason for hiding this comment

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

LGTM

The code that is used by the `find_tracks` kernel to allow for insertion
into sorted arrays without race conditions can be applied for other
kernels too, and so it would be nice to lift this code into its own
header.
@stephenswat stephenswat force-pushed the refactor/array_insertion_mutex branch from f822f08 to 520baad Compare July 24, 2025 17:50
@stephenswat stephenswat merged commit 8a78f14 into acts-project:main Jul 24, 2025
21 of 27 checks passed
@sonarqubecloud
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

refactor Change the structure of the code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants