Hacker News new | ask | show | jobs
by byroot 1001 days ago
This person is incorrect, but even if they were correct, that wouldn't be a framework thing.

Memory management is handled by the language.

1 comments

Many types of memory leaks are simply because you're holding on to data you don't need to hold onto anymore. Languages cannot prevent this, at least not that I've seen.
Sure, but the person I responded to was suggesting that Rails was deliberately holding onto memory to re-use it.

That's absolutely not something Rails does, but it is something that some managed languages and some (most?) allocators do.