Files
google-labs-jules[bot] 71ffb0e14c Optimize Base64 to PCM Float32Array Decoding
- Implemented the modern TC39 browser-native `Uint8Array.fromBase64` API to significantly speed up Base64 parsing to PCM.
- Fallback gracefully to the standard chunk decoding loop if the native method is unavailable, keeping backwards compatibility.
- Achieved a ~4.6x measured improvement in Puppeteer browser tests (From 928ms down to 198ms for 1MB payload payload benchmarks).

Co-authored-by: LyAhn <27559362+LyAhn@users.noreply.github.com>
2026-05-09 19:14:12 +00:00
..