Closed edmorrish closed 6 months ago
📺 What
Due to a performance issue running string.split on large subtitle segments, replace the use of string.split with a more efficient replacement.
🛠How
Replace string.split with alternative use of string.replace.
📺 What
Due to a performance issue running string.split on large subtitle segments, replace the use of string.split with a more efficient replacement.
🛠How
Replace string.split with alternative use of string.replace.