Performance
mscv opened this issue ยท 1 comments
Throwing this together as one issue, since most of it is small.
- map globals to upvalues
- set references to most commonly used forms and use them instead of wnd:FindChild()
- possibly limit the number of bars created?
- the most important: do not destroy and recreate forms on each update! it's very costly and in your use case you can just reset bar values and hide them if they aren't needed.