The tag has no wiki summary.

learn more… | top users | synonyms

19
votes
6answers
1k views

Why are strings so slow?

Ever since my very first programming class in high school, I've been hearing that string operations are slower — i.e. more costly — than the mythical "average operation." Why makes them so ...

1 2