View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0010174 | CTT UA Scripts | 6 - Performance Problem | public | 2025-02-28 14:47 | 2025-04-07 14:37 |
Reporter | Yannik Klaass | Assigned To | Yannik Klaass | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | resolved | Resolution | fixed | ||
Summary | 0010174: 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:
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). | ||||
Tags | No tags attached. | ||||
Files Affected | /library/PubSub/PubSubUtilities.js | ||||
|
|
Date Modified | Username | Field | Change |
---|---|---|---|
2025-02-28 14:47 | Yannik Klaass | New Issue | |
2025-03-01 07:09 | Paul Hunkar | Assigned To | => Yannik Klaass |
2025-03-01 07:09 | Paul Hunkar | Status | new => assigned |
2025-03-31 08:57 | Yannik Klaass | Files Affected |
=> /library/PubSub/PubSubUtilities.js
/library/PubSub/UADPMessageDissector.js |
2025-04-07 14:37 | Yannik Klaass | Status | assigned => resolved |
2025-04-07 14:37 | Yannik Klaass | Resolution | open => fixed |
2025-04-07 14:37 | Yannik Klaass | Note Added: 0022601 |