|
|
|
|
|
by williamcotton
580 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. |
|
Then use a script language with similar memory semantics, PHP started out exactly that way, if I'm not mistaken.