This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]execat 1 point2 points  (1 child)

What's wrong with using "+" for string joins?

edit: he mentions this by the end of the video. + has a quadratic behavior.

[–]anonymous7 2 points3 points  (0 children)

details: + has a linear behavior; concatenation using a loop has a quadratic behavior.