Possible optimisations: - [x] symmetrisation of the initial states if the hadronic initial states are the same - [x] better file format, which doesn't save zeros; if the optimisation is offline, we can try several sparse matrix ideas like DOK, LIL, COO, CSR, BSR, ... - [ ] optimise luminosity function: - [x] strip empty entries - [ ] strip numerical zeros, see also https://github.com/NNPDF/runcards/pull/107 - [ ] #199 - [ ] strip entries with `factor = 0.0` (why are they there in the first place?) - [x] #246 - [x] static scale detection; remove interpolation of Q^2 in this case - [ ] #119 - [ ] use bincode's [varint encoding](https://docs.rs/bincode/latest/bincode/config/struct.VarintEncoding.html), part of #118 - [x] #117 - [x] #151 - [x] #202
Possible optimisations:
factor = 0.0(why are they there in the first place?)x1andx2grid values in subgrids #151