You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current main branch of pyresample is about twice as slow to compute the intersection of two spherical polygon as it was in eg 1.24.0.
The example below takes now just under 24 seconds on my computer, while it was taking 13 seconds on v1.24.0
Faulty commits
Using git bisect I could trace the slowdown to two commits.
The fist increase in timing from 13s to 18s happened in
[45e5b18] Add SPoint and SMultiPoint
The second increase from 18s to 24s happened in
[fd27e14] Improve docs and small refactor
Code Sample, a minimal, complete, and verifiable piece of code
Problem description
The current main branch of pyresample is about twice as slow to compute the intersection of two spherical polygon as it was in eg 1.24.0.
The example below takes now just under 24 seconds on my computer, while it was taking 13 seconds on v1.24.0
Faulty commits
Using git bisect I could trace the slowdown to two commits.
The fist increase in timing from 13s to 18s happened in
[45e5b18] Add SPoint and SMultiPoint
The second increase from 18s to 24s happened in
[fd27e14] Improve docs and small refactor
Code Sample, a minimal, complete, and verifiable piece of code
The text was updated successfully, but these errors were encountered: