Files
Yu-gaandgoogle-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com> 2c194df135 Bolt: Improve TTS string splitting performance (#573)
Replaced memory-allocating substring chunks with offset tracking in `splitTextForTTS`.
Also replaced unbounded `lastIndexOf` with a bounded index-tracking method `lastIndexOfBounded`
to prevent O(N^2) search regression when delimiters are not found in the chunk.
Additionally converted static `listOf` enders to arrays.

Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
2026-04-21 17:52:01 +09:00
..