You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Autoloop: tsb-perf-evolve] Iteration 71: boolean naLast precomputation for cache-hit hot path
Hypothesis: computing naLast=naPosition==="last" once as a boolean lets the
JIT constant-fold it across the ternary select and the cold path, replacing
string comparisons with faster bool ops on all four cache-slot lookups.
Run: https://github.com/githubnext/tsb/actions/runs/26909627448
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments