MatrixMarket.jl icon indicating copy to clipboard operation
MatrixMarket.jl copied to clipboard

allow read and write from a stream for better compression support

Open Moelf opened this issue 4 years ago • 4 comments

Users probably want to read/write directly to a .gz file to save space. Can be done easily with https://github.com/JuliaIO/TranscodingStreams.jl

Moelf avatar Jan 20 '21 02:01 Moelf

I really need this feature. But I cannot do it myself. #36 should be passed first, then I can load the package.

yuehhua avatar Sep 03 '22 23:09 yuehhua

@yuehhua We fixed the issue with #36 for information.

amontoison avatar Dec 15 '22 21:12 amontoison

https://stackoverflow.com/questions/75314194/how-can-i-download-and-use-a-matrix-from-matrix-market

Moelf avatar Feb 01 '23 18:02 Moelf

@Moelf Did you mean that should support streaming from online zipped file?

yuehhua avatar Feb 01 '23 23:02 yuehhua