mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-26 17:46:26 +03:00
79d29e08ee
Replaces regex and TextParser with indexOf/substring in `ManifestTextParser.parseTag` This is also done to reduce GC allocation per one tag by removing TextParser instance, regex spawns and result arrays. Mostly targeting older devices like Tizen 3-6, WebOS 4, Xbox One