Files
gemini-cli/packages
Spencer 760dbc3e06 perf(ui): bypass ink object allocation in table renderer
This replaces Ink's toStyledCharacters with a custom fast regex-based
ANSI stripping and parsing approach in TableRenderer to significantly
reduce V8 heap allocations during layout calculations of long or
frequently updated text. A new StyleSpan abstraction handles the styled
chunks efficiently.
2026-03-25 04:02:59 +00:00
..