April 13, 2023
4:17 p.m.
On Tue, Apr 11, 2023, at 17:28, alugowski@gmail.com wrote:
The Python binding is API compatible with scipy.io.mmio, but about 25x faster. A few other handy improvements include 64-bit indices (only if necessary), direct csc/csr writes with no coo intermediary, longdouble. It passes the SciPy mmio test suite.
Would there be any interest in somehow integrating this library into SciPy?
That looks like a good upgrade without any obvious downsides; thanks for the proposal! I'm curious also to see how memory consumption compares during load. Stéfan