Hacker News new | ask | show | jobs
by buckminster 2588 days ago
> Of course, for short-running programs, just malloc, don't free, is the fastest.

A custom malloc that knew free would never be called would be faster still. I wonder if any short-running utilities do this?

1 comments

AFAIK the D compiler is basically this.
And it is a short-running utility :-)