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
perf: static logo lines, eliminate per-frame format!() in header
- LOGO array includes leading space in each line (pre-formatted)
- render_header_full borrows static strings directly instead of
format!(" {}", line) per logo line per frame
- Shared logo_style computed once instead of per-line
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments