Hacker News new | ask | show | jobs
by pkolaczk 1022 days ago
Setting to null doesn't release the memory. It only erases the reference. You still need to wait for the GC to complete.
1 comments

Side note: it might work in a refcount GC like CPython. That isn’t node though. (It only might because it doesn’t guarantee that memory is actually reused.)