Opportunity for improvement:
Current p2StreamPmData specification is defining a loop for processing the devices of a batch sequentially.
Application design should allow accelerating by parallel processing of several devices.
Potential solution:
A sliding window approach that allows several devices to be processed in parallel shall be considered.
The description of the processing (e.g. replacing "loop" in plantuml, and adding some explanation in the readme) shall be changed.
A parameter (for platform responsibility) for configuring the window size shall be introduced.
Further adaptions and documentation changes might be required.
Opportunity for improvement:
Current p2StreamPmData specification is defining a loop for processing the devices of a batch sequentially.
Application design should allow accelerating by parallel processing of several devices.
Potential solution:
A sliding window approach that allows several devices to be processed in parallel shall be considered.
The description of the processing (e.g. replacing "loop" in plantuml, and adding some explanation in the readme) shall be changed.
A parameter (for platform responsibility) for configuring the window size shall be introduced.
Further adaptions and documentation changes might be required.