Are there equivalents in JavaScript to the "StringBuilder" class or the "Span<T>" struct in C#? I feel that using "split" and "substring" a lot in my app might hurt performance on the long run so I was wondering if there was a specialized API in Node.js for such use cases.