- Requires UnitXP SP3
The easiest way to use it is to add to yourdlls.txtload list.
The 1.12 client runs your addon update loops every frame draw, this addon automatically decouples these updates from the framerate to a set update rate of 60 fps on another thread.
Certain addons which need updating less often or run heavy are special cased to update even slower as well.
It may improve your framerate and reduce stutter in game, or it may not, vanilla client seems to perform very different for each person.
Related efficiency addons:
- https://github.com/MarcelineVQ/GentleGC - Run garbage collection more often, without new allocation, to trade large gc pauses for more frequent smaller ones.
- For some clients the video engine change in VanillaFixes can lower your framerate, rename
d3d9.dllto test if this includes yours.
- Made by and for Weird Vibes of Turtle Wow