Binary formats for `SparseMatrixCSC`
See #8 (closed)
This PR adds functions for writing, reading, and memory mapping sparse matrices to and from disk using custom binary formats:
- BCSC (Binary Compressed Sparse Column): single file, see docs for specification
- Three separate binary files for
colptr
,rowval
,nzval
(what Michael used in the past)