| ▲ | williamcotton a year 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 a year 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. | ||