Hacker News new | ask | show | jobs
by naasking 2803 days ago
> memory allocation should be handled differently from the construction, destruction and other resource allocation.

These other resources still need an in-memory representation to track and reference resources, so you can't really separate them.