Zach points out that there is fertile ground for replacing some np.zeros(...) calls with np.empty(...) calls, for example here: https://github.com/spacetelescope/stcal/pull/531#discussion_r2941041428 We can experiment with performance improvements of that kind.
Zach points out that there is fertile ground for replacing some np.zeros(...) calls with np.empty(...) calls, for example here:
#531 (comment)
We can experiment with performance improvements of that kind.