aidenlab / straw

Extract data quickly from Juicebox via straw
MIT License
61 stars 36 forks source link

optimize out temporary matrix from getRecordsAsMatrix() #126

Closed fredlas closed 1 year ago

fredlas commented 1 year ago

This change removes a temporary matrix previously used in MatrixZoomData::getRecordsAsMatrix(), instead directly writing into the vector of vectors that is ultimately expected to be returned.