refactor(bleed): pack BleedIDs as comma-string (~16/line) for clean diffs
All checks were successful
release / release (push) Successful in 2s
All checks were successful
release / release (push) Successful in 2s
Previous per-ID-per-line form (1502 lines / 53 KB) made every regen show
as a 1500-line block diff. Pack the IDs into a comma-separated string at
~16 entries per line (94 packed lines / 11.5 KB) and parse once at load.
Future regenerations only churn the chunks where IDs actually change.
No behaviour change: still produces a {[spellId]=true} hash for O(1)
lookup in Decursive.lua:GetUnitDebuff.
This commit is contained in:
parent
d3baa86185
commit
f87b41960d
1 changed files with 106 additions and 1496 deletions
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue