-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
QE 2022-10-03, QE 2022-10-17
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
While it's functionally correct to use CursorWithArrayDepth on all kinds of cells, for cells that are known not to have doubly-nested arrays it's unnecessary to parse the array-info because all cell values are at level 0 anyway. Investigate the actual perf difference between the two cursors and replace CursorWithArrayDepth with a simple Cursor if warranted.