RasterPropMonitor icon indicating copy to clipboard operation
RasterPropMonitor copied to clipboard

Build a caching stringformatter

Open JonnyOThan opened this issue 1 year ago • 1 comments

A lot of time is spent assembling strings from variables etc. It might be better to pre-parse the insertion points etc and have a more efficient way to build the strings rather than recalculating it from scratch every time

JonnyOThan avatar Jan 10 '23 00:01 JonnyOThan

In addition it might be smart to cache the last output string, and only update it if the variables changed.

NOTE: this has now been done.

JonnyOThan avatar Jan 12 '23 01:01 JonnyOThan