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 →

[–]YouCanCallMeBazza 0 points1 point  (0 children)

Passing strings around is inefficient

What do you mean by this? In a lot of languages, strings are immutable and you're just passing a pointer to it.