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
See desihub/fastspecfit#181 which "Reimplement[s] enough of desispec.resolution.Resolution to perform matrix-vector operations, which is all we do with it, with a significant speedup via Numba compared to the scipy.sparse implementation."
Redrock doesn't directly use desispec.resolution.Resolution in order to avoid a desispec dependency in the core code, but it is still based upon scipy.sparse, including caching of various underlying formats for optimization. This might be even faster. Consider whether any of this fastspecfit PR could/should be ported to Redrock.
The text was updated successfully, but these errors were encountered:
See desihub/fastspecfit#181 which "Reimplement[s] enough of desispec.resolution.Resolution to perform matrix-vector operations, which is all we do with it, with a significant speedup via Numba compared to the scipy.sparse implementation."
Redrock doesn't directly use desispec.resolution.Resolution in order to avoid a desispec dependency in the core code, but it is still based upon scipy.sparse, including caching of various underlying formats for optimization. This might be even faster. Consider whether any of this fastspecfit PR could/should be ported to Redrock.
The text was updated successfully, but these errors were encountered: