-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DRAFT: Optimized Geometry Functions using Numba #1072
base: main
Are you sure you want to change the base?
Conversation
I still need to finish adjusting all the tests and ensure that everything is passing, but I wanted to quickly updated you on some initial timings.
This was without any parallelization. Since the bounding box for each face can be computed interpedently, my next step will be to parallelize the loop that calls |
ASV BenchmarkingBenchmark Comparison ResultsBenchmarks that have improved:
Benchmarks that have stayed the same:
Benchmarks that have got worse:
|
Closes #XXX
Overview
point_within_gca()
extreme_gca_latitude()
gca_gca_intersection()
_point_within_gca_cartesian()
_extreme_gca_latitude_cartesian()
_gca_gca_intersection_cartesian()
pyfma
package.