<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/css" href="http://wiki.apidesign.org/skins/common/feed.css?116"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>Garbage Collection - Revision history</title>
		<link>http://wiki.apidesign.org/index.php?title=Garbage_Collection&amp;action=history</link>
		<description>Revision history for this page on the wiki</description>
		<language>en</language>
		<generator>MediaWiki 1.12.0rc1</generator>
		<lastBuildDate>Sat, 11 Apr 2026 01:10:31 GMT</lastBuildDate>
		<item>
			<title>JaroslavTulach at 05:56, 26 March 2022</title>
			<link>http://wiki.apidesign.org/index.php?title=Garbage_Collection&amp;diff=10575&amp;oldid=prev</link>
			<description>&lt;p&gt;&lt;/p&gt;

			&lt;table style=&quot;background-color: white; color:black;&quot;&gt;
			&lt;col class='diff-marker' /&gt;
			&lt;col class='diff-content' /&gt;
			&lt;col class='diff-marker' /&gt;
			&lt;col class='diff-content' /&gt;
			&lt;tr&gt;
				&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;←Older revision&lt;/td&gt;
				&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 05:56, 26 March 2022&lt;/td&gt;
			&lt;/tr&gt;
		&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 1:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 1:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;-&lt;/td&gt;&lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;Every modern language has [[wikipedia:garbage collection (computer science)|garbage collection]]! In a [[language]] like [[C]] one had to manually deallocate all the allocated memory - without such clean up the running program would continually eat more and more memory. [[Garbage Collection]] offers a mechanism to do such cleanup automatically. It comes with some overhead, but at the end of last century [[Java]] demonstrated, it can be implemented quite effectively. Since then every modern language uses it - be it a dynamic language ([[Python]], [[JavaScript]], [[Ruby]], etc.) or even a compiled language like [[Go]]. There is just a single exception so far: [[Rust]].&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;Every modern language has [[wikipedia:garbage collection (computer science)|garbage collection]]! In a [[language]] like [[C]] one had to manually deallocate all the allocated memory - without such clean up the running program would continually eat more and more memory. [[Garbage Collection]] offers a mechanism to do such cleanup automatically. It comes with some overhead, but at the end of last century [[Java]] demonstrated, it can be implemented quite effectively. Since then every modern language uses it - be it a dynamic language ([[Python]], [[JavaScript]], [[Ruby]], etc.)&lt;ins style=&quot;color: red; font-weight: bold; text-decoration: none;&quot;&gt;, [[Java]]-like [[language]] like [[CSharp]] &lt;/ins&gt;or even a compiled language like [[Go]]. There is just a single exception so far: [[Rust]].&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</description>
			<pubDate>Sat, 26 Mar 2022 05:56:38 GMT</pubDate>			<dc:creator>JaroslavTulach</dc:creator>			<comments>http://wiki.apidesign.org/wiki/Talk:Garbage_Collection</comments>		</item>
		<item>
			<title>JaroslavTulach: New page: Every modern language has garbage collection! In a language like C one had to manually deallocate all the allocated memory - wit...</title>
			<link>http://wiki.apidesign.org/index.php?title=Garbage_Collection&amp;diff=10563&amp;oldid=prev</link>
			<description>&lt;p&gt;New page: Every modern language has &lt;a href=&quot;http://en.wikipedia.org/wiki/garbage_collection_%28computer_science%29&quot; class=&quot;extiw&quot; title=&quot;wikipedia:garbage_collection_(computer_science)&quot;&gt;garbage collection&lt;/a&gt;! In a &lt;a href=&quot;/wiki/Language&quot; title=&quot;Language&quot;&gt;language&lt;/a&gt; like &lt;a href=&quot;/wiki/C&quot; class=&quot;mw-redirect&quot; title=&quot;C&quot;&gt;C&lt;/a&gt; one had to manually deallocate all the allocated memory - wit...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Every modern language has [[wikipedia:garbage collection (computer science)|garbage collection]]! In a [[language]] like [[C]] one had to manually deallocate all the allocated memory - without such clean up the running program would continually eat more and more memory. [[Garbage Collection]] offers a mechanism to do such cleanup automatically. It comes with some overhead, but at the end of last century [[Java]] demonstrated, it can be implemented quite effectively. Since then every modern language uses it - be it a dynamic language ([[Python]], [[JavaScript]], [[Ruby]], etc.) or even a compiled language like [[Go]]. There is just a single exception so far: [[Rust]].&lt;/div&gt;</description>
			<pubDate>Sat, 26 Mar 2022 05:43:44 GMT</pubDate>			<dc:creator>JaroslavTulach</dc:creator>			<comments>http://wiki.apidesign.org/wiki/Talk:Garbage_Collection</comments>		</item>
	</channel>
</rss>