Hacker News new | ask | show | jobs
by bitwize 1330 days ago
Modern automatic memory management techniques like RAII and ARC largely render GC obsolete.
1 comments

Reference counting is hardly modern, and is a GC algorithm.