Skip to content

fix(AABBTree): wrong parallelization scheme in containing_boxes(..)#1207

Merged
BotellaA merged 2 commits intoGeode-solutions:fix/aabb-para-bboxfrom
yo35:fix-parallelization-in-point-query
Nov 6, 2025
Merged

fix(AABBTree): wrong parallelization scheme in containing_boxes(..)#1207
BotellaA merged 2 commits intoGeode-solutions:fix/aabb-para-bboxfrom
yo35:fix-parallelization-in-point-query

Conversation

@yo35
Copy link
Contributor

@yo35 yo35 commented Oct 31, 2025

Currently, AABBTree::containing_boxes(..) is always executed sequentially since depth_ > async_depth_ is always true. Based on the rest of the AABBTree, I guess it's a bug.

@yo35
Copy link
Contributor Author

yo35 commented Nov 6, 2025

@BotellaA This is not related to #1206, but I noticed that when going through all the AABBTree queries.

@BotellaA BotellaA changed the base branch from master to fix/aabb-para-bbox November 6, 2025 12:05
@BotellaA BotellaA merged commit 12cc772 into Geode-solutions:fix/aabb-para-bbox Nov 6, 2025
4 of 5 checks passed
@BotellaA
Copy link
Member

🎉 This PR is included in version 15.30.1-rc.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@BotellaA
Copy link
Member

🎉 This PR is included in version 15.30.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants