▲ | williamcotton 8 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. | ||
▲ | kaba0 7 days ago | parent [-] | |
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. |