NNPDF / pineappl

PineAPPL is not an extension of APPLgrid
https://nnpdf.github.io/pineappl/
GNU General Public License v3.0
12 stars 3 forks source link

Optimize SparseArray3 #54

Closed cschwan closed 3 years ago

cschwan commented 3 years ago

Optimize SparseArray3 for the case in which the second dimension is larger than the third; in this case the two axes are best swapped.

cschwan commented 3 years ago

Implemented in commit c021fc934a01accb032f34321a21bbd9922f0d85.