Skip to content

FEAT: New version of point_in_polygon for higher performances - #6283

Merged
Alberto-DM merged 7 commits into
mainfrom
improve-points-in-polygon
Jun 19, 2025
Merged

FEAT: New version of point_in_polygon for higher performances#6283
Alberto-DM merged 7 commits into
mainfrom
improve-points-in-polygon

Conversation

@Alberto-DM

@Alberto-DM Alberto-DM commented Jun 18, 2025

Copy link
Copy Markdown
Contributor

Description

GeometryOperators.point_in_polygon method has been improved.
All function calls has been removed and substituted with optimized equations.
We have 4X speed improvement in debug and 3X speed improvement in run.

@ansys-reviewer-bot

Copy link
Copy Markdown
Contributor

Thanks for opening a Pull Request. If you want to perform a review write a comment saying:

@ansys-reviewer-bot review

@codecov

codecov Bot commented Jun 18, 2025

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.20%. Comparing base (835760e) to head (b527ae4).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6283      +/-   ##
==========================================
- Coverage   85.21%   85.20%   -0.02%     
==========================================
  Files         172      172              
  Lines       65044    65047       +3     
==========================================
- Hits        55428    55421       -7     
- Misses       9616     9626      +10     
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@Alberto-DM
Alberto-DM marked this pull request as ready for review June 19, 2025 10:37
@Alberto-DM
Alberto-DM requested a review from a team as a code owner June 19, 2025 10:37
@Alberto-DM
Alberto-DM enabled auto-merge (squash) June 19, 2025 10:38

@maxcapodi78 maxcapodi78 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM

@Alberto-DM
Alberto-DM merged commit c83395d into main Jun 19, 2025
@Alberto-DM
Alberto-DM deleted the improve-points-in-polygon branch June 19, 2025 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants