wow_optimize v3.3.0
New: Multithreading Optimizations
- Background Thread Affinity: Pins async workers (MPQ, UI, network) to cores 2+. Protects the main render/logic thread from scheduler preemption and eliminates L1/L2 cache migration overhead.
- Short-Wait Spin Fast Path: Replaces heavy kernel context switches for
<=2mswaits with a safe QPC-based spin + yield. Instantly falls back to the OS scheduler on timeout or anomaly.
Observed Impact (Heavy Addon Load)
- Thread affinity & wait spin: smoother frametimes during MPQ streaming & heavy UI updates.
Installation
- Copy
version.dll+wow_optimize.dllto your WoW folder, or usewow_loader.exe - Works standalone or with
!LuaBoostfor GC sync & diagnostics - No configuration required. All optimizations activate automatically.