View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0010171 | CTT UA Binary | 6 - Performance Problem | public | 2025-02-28 12:25 | 2025-03-27 12:38 |
Reporter | Yannik Klaass | Assigned To | Yannik Klaass | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | resolved | Resolution | fixed | ||
Summary | 0010171: Add invert() method to CttByteString class to increase performance | ||||
Description | Inverting the data of a ByteString in the scripts is inefficient, as it involves individual getRange() calls to read each byte. A binary-side invert() method in the CttByteString class could be useful to increase performance. | ||||
Tags | No tags attached. | ||||
Files Affected | |||||
Date Modified | Username | Field | Change |
---|---|---|---|
2025-02-28 12:25 | Yannik Klaass | New Issue | |
2025-03-01 07:11 | Paul Hunkar | Assigned To | => Yannik Klaass |
2025-03-01 07:11 | Paul Hunkar | Status | new => assigned |
2025-03-27 12:38 | Yannik Klaass | Status | assigned => resolved |
2025-03-27 12:38 | Yannik Klaass | Resolution | open => fixed |
2025-03-27 12:38 | Yannik Klaass | Note Added: 0022578 |