logoalt Hacker News

priceisheretoday at 9:04 AM0 repliesview on HN

But does it even conserve memory? Copying a string when you have the length is 2 bytes of machine code on x86 (rep movsb).

Remember, code takes up memory too.