Hacker News new | ask | show | jobs
by 7786655 1915 days ago
>calculating the total size of the string to allocate memory

In some languages this is 90% of everything you do with strings. In other languages it's still 90% of everything done to strings, but done automatically.