Comment by williamcotton
4 days ago
> The ROI on manually managing memory just isn't there for a typical web application.
You can use a per-request memory arena built with a simple bump allocator and then free the entire block when the request has been handled.
Still, why would I want to write C?
Then use a script language with similar memory semantics, PHP started out exactly that way, if I'm not mistaken.