Hacker News new | ask | show | jobs
by perryizgr8 567 days ago
> Apparently allocating memory is really fast?

Apart from i/o, allocating memory is usually the slowest thing you can do on a computer, in my experience.