Asylum Tracker (Load Screen Fix) (2.0.5.1)

Asylum Tracker Fix
Description
This 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 Addon
This patch is for Asylum Tracker
I am not an author or maintainer of this addon. For general questions or support, please reach out to the official developers.