Hacker News new | ask | show | jobs
by ori_b 4640 days ago
> because most well-written software will allocate large chunks of memory.

The average string length in most programs is about 5 to 10 bytes. Plenty of well written software works with strings like that.