View Issue Details

IDProjectCategoryView StatusLast Update
0013177MMW 5Generalpublic2026-09-09 11:28
Reporterjiri Assigned To 
PriorityhighSeverityminorReproducibilityN/A
Status resolvedResolutionfixed 
Fixed in Version2027 
Summary0013177: Lower memory reqs for TSimpleVisualization
DescriptionIt currently needs about 10MB for its data structures. We should achieve better result e.g. by some not storing its data in 'double' type but e.g. 2byte integer?
TagsNo tags attached.
Fixed in build3521

Activities

michal

2026-09-09 11:28

developer   ~0082075

Fixed in build 3521. Some data did not need to be kept, now it is less than half. Also optimized reallocations to decrease RAM fragmentation.