Done
Details
Details
Assignee
Bartlomiej Kaminski
Bartlomiej KaminskiReporter
Fraser Hutchison
Fraser HutchisonLabels
Start date
Nov 09, 2018
End date
Nov 09, 2018
Story Points
2
Components
Priority
Created November 9, 2018 at 11:35 AM
Updated January 11, 2019 at 9:34 AM
Resolved November 15, 2018 at 3:19 PM
We identified
Observation::create_hash()
as a bottleneck in Parsec in some cases.Rather than calling
Observation::create_hash()
as frequently as we do, optimise this, possibly via lazy initialisation or making this a member of of a new type containingObservation
and its hash.