View Issue Details

IDProjectCategoryView StatusLast Update
0010174CTT UA Scripts6 - Performance Problempublic2025-02-28 14:47
ReporterYannik Klaass Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status newResolutionopen 
Summary0010174: Performance of CollectNetworkMessageData() function can be improved
Description

The CollectNetworkMessageData() function currently processes data of which the result is not needed and can be skipped:

  • When decoding a message with the purpose of only getting the PublisherId, the decoding of the rest of the message can be skipped after the PublisherId
  • When the number of new messages in the message cache exceeds the 'MaxNumberOfMessages', processing the exceeding messages should be skipped, as they get sliced from the result

Furthermore the decoding of UADP PubSub messages involves inverting serveral ByteStrings which could be done faster when using a binary-side invert() method (see Mantis 0010171).

TagsNo tags attached.
Files Affected

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2025-02-28 14:47 Yannik Klaass New Issue