Debian – Memory usage of sparse matrices (scipy)
I was expecting scipy's sparse matrices to use a lot less memory than the na(t)ive list of lists representation, but experiments have proven me wrong. In the snippet below, I'm building a random binary matrix with around 75% zeroes, and…