Hacker News new | ask | show | jobs
by bodhiandphysics 1866 days ago
Don’t overengineer! Malloc has o(n) time in reallocs, so leaking memory can be a viable strategy

Edit: yes I know it’s more complicated than that!