github suprepupre/wow-optimize v3.3.0
wow_optimize v3.3.0

7 hours ago

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 <=2ms waits 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.dll to your WoW folder, or use wow_loader.exe
  • Works standalone or with !LuaBoost for GC sync & diagnostics
  • No configuration required. All optimizations activate automatically.

Don't miss a new wow-optimize release

NewReleases is sending notifications on new releases.