Asylum Tracker (Load Screen Fix) (2.0.5.1)
Asylum Tracker FixDescriptionThis patch reduces loading screen times (login and reloadui) by about 15 seconds.Technical Overview_Code fix starts at line 349 in Core.lua_The excessive loading time was caused by a slight error in the sorting approach. Instead of a single call to lua’s native `table.sort`, sounds were being sorted once for every single sound.The fixes are:- The offending function has been cleaned up.- The sort is now run once on load and cached, instead of twice.The results are:| Test . | Result . . . . . . . .|| :—– | :———————|| Before | 15s 289ms 341us 100ns || After .| 9ms 549us 300ns . . . |Original AddonThis patch is for Asylum TrackerI am not an author or maintainer of this addon. For general questions or support, please reach out to the official developers.