Hacker News new | ask | show | jobs
by handoff 2399 days ago
> Appending to a string in Javascript is typically a lot faster than appending to an array.

The same is true in C# if I recall correctly. Not sure if that’s still the case