File Details
v2026.3.25.1
- R
- Mar 25, 2026
- 274.62 KB
- 4
- 12.0.1
- Retail
File Name
Wheelson-v2026.3.25.1.zip
Supported Versions
- 12.0.1
Wheelson
v2026.3.25.1 (2026-03-25)
Full Changelog Previous Releases
- Performance: Cache normalized player names to prevent redundant pattern matching (#93)
- In
WHLSN:NamesMatch, cache the result of normalizations (e.g.a:find("-")checks and.. GetNormalizedRealmName()concatenations). - Avoids repetitive
GetNormalizedRealmName()calls, regex string searching, and memory allocations for string concatenation inside heavily iterated loops (e.g. session broadcast or lobby filtering loops).
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Co-authored-by: Tyler Holland tytaniumdev@gmail.com
- In

