Skip to content

Conversation

andiwand
Copy link
Contributor

Ports the hashing seeding plugin and prototype Examples algorithm to the new space point and seeding API.

--- END COMMIT MESSAGE ---

@andiwand andiwand added this to the next milestone Sep 30, 2025
@github-actions github-actions bot added Component - Examples Affects the Examples module Component - Plugins Affects one or more Plugins Track Finding labels Sep 30, 2025
std::vector<std::vector<SpacePointIndex2>> result;
result.reserve(resultSets.size());
for (const auto& spSet : resultSets) {
result.emplace_back(spSet.begin(), spSet.end());
Copy link
Contributor

Choose a reason for hiding this comment

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

A filter on empty spSet might be missing here, leading to as much returned bucket as the number of bins (while empty buckets are not needed) which might be more than the number of space points.

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

Labels

Component - Examples Affects the Examples module Component - Plugins Affects one or more Plugins Track Finding

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants