View Issue Details

IDProjectCategoryView StatusLast Update
0010171CTT UA Binary6 - Performance Problempublic2025-03-27 12:38
ReporterYannik Klaass Assigned ToYannik Klaass  
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Summary0010171: 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.

TagsNo tags attached.
Files Affected

Activities

Yannik Klaass

2025-03-27 12:38

developer   ~0022578

Adding invert() method to CttByteStringClass

Issue History

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