-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Possible optimisations:
- symmetrisation of the initial states if the hadronic initial states are the same
- 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:
- strip empty entries
- strip numerical zeros, see also Add CMS_ZPT_8TEV dataset pinecards#107
- Redefine channels such that the number of non-zero subgrids is minimal #199
- strip entries with
factor = 0.0(why are they there in the first place?) - Implement subgrid equality detection #246
- static scale detection; remove interpolation of Q^2 in this case
- Add single- and half- (?) precision float subgrid types #119
- use bincode's varint encoding, part of Release version v1 of the file format #118
- Strip out out empty orders of grids #117
- Remove empty unused
x1andx2grid values in subgrids #151 - Optimize all subgrids #202
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request