desihub / specter

A toolkit for simulating multi-object spectrographs
Other
8 stars 7 forks source link

Fix xypix #74

Closed lastephey closed 5 years ago

lastephey commented 5 years ago

This PR puts some of the most expensive lines in _xypix into a new numba function called generate_core. This function results in incremental speedups of 10 percent for Haswell, 53 percent for KNL, and 43 percent for Edison compared to #71