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
{{ message }}
This repository was archived by the owner on Mar 4, 2025. It is now read-only.
cfitsio: optimize ImageHDU.load
- simplified the code by making use of the type switch
- removed extra memory buffer allocation and copy
- removed unused counting of 0 elements
Benchmarks show that Read()/load() now runs ~16% faster