hippke / Pandora

A fast transit-fitting algorithm to search for transits of exomoons
GNU General Public License v3.0
20 stars 4 forks source link

Make pure C version of eclipse to compare speed #30

Closed hippke closed 3 years ago

hippke commented 3 years ago

ellipse.c compiled with GCC11.1 vs. avocado_benchmark.py using numba 10,000 * 1000 data points C: 0.56s numba: 0.43s