Details
-
Feature
-
Not Assigned
-
Data Processing
-
-
-
3
-
3
-
0
-
Team_YANDA
-
Sprint 5
-
-
-
-
8.5
-
Stories Completed, Outcomes Reviewed, Demonstrated, Satisfies Acceptance Criteria
-
-
Team_YANDA
Description
Following earlier performance improvements building the equation is now becoming the computational bottleneck that should be addressed.
Currently, the matrix values are stored in inefficient data structure (the map of map of matrixes with string keys) in building the equation, and then copied to the efficient solver sparse matrix when solving the equation. Bypassing this intermediate storage would reduce the memory footprint and computational cost.
Further potential improvements should be investigated and benchmarked, such as a reported slow merge in the imager.