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
Hi, thanks for a great tool!
A new features I would love to see is to change the dtype of X/data and/or X/indices on disk. Sometimes massive counts matrices are stored as float64, and a change to float32 could save a lot of disk space and read time.
Hi, thanks for a great tool!
A new features I would love to see is to change the dtype of
X/dataand/orX/indiceson disk. Sometimes massive counts matrices are stored as float64, and a change to float32 could save a lot of disk space and read time.