Fix DFView to accommodate more data by changing struct to contain iterator of data and not vec
Why are the changes needed?
With the vector the data is limited by available memory
Does this PR introduce any user-facing change? If yes is this documented?
No
How was this patch tested?
Tests
Issues
_If this resolves any issues, please link to them here, the format is a KEYWORD followed by @__
KEYWORDS available are close, closes, closed, fix, fixes, fixed, resolve, resolves, resolved.
Please delete this text before creating your PR
What changes were proposed in this pull request?
Fix DFView to accommodate more data by changing struct to contain iterator of data and not vec
Why are the changes needed?
With the vector the data is limited by available memory
Does this PR introduce any user-facing change? If yes is this documented?
No
How was this patch tested?
Tests
Issues
_If this resolves any issues, please link to them here, the format is a KEYWORD followed by @__
KEYWORDS available are
close
,closes
,closed
,fix
,fixes
,fixed
,resolve
,resolves
,resolved
. Please delete this text before creating your PRAre there any further changes required?
No