<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Gc on wid's blog</title><link>https://wid-blog.github.io/tags/gc/</link><description>Recent content in Gc on wid's blog</description><generator>Hugo</generator><language>ko</language><lastBuildDate>Fri, 14 Jun 2024 00:00:00 +0000</lastBuildDate><atom:link href="https://wid-blog.github.io/tags/gc/index.xml" rel="self" type="application/rss+xml"/><item><title>세 가지 가비지 컬렉터 — Java, Python, Go 의 메모리 회수</title><link>https://wid-blog.github.io/posts/tech/language/three-garbage-collectors/</link><pubDate>Fri, 14 Jun 2024 00:00:00 +0000</pubDate><guid>https://wid-blog.github.io/posts/tech/language/three-garbage-collectors/</guid><description>세 언어 모두 GC 를 쓰지만 우선순위가 다르다. Java 는 generational + region(G1/ZGC), Python 은 reference counting + cyclic detector, Go 는 concurrent tri-color mark-sweep. 각 GC 가 무엇을 포기했는지가 운영 특성을 가른다.</description></item></channel></rss>