Live data from Hacker News

JWZ, on Garbage Collection

jwz.org

1–10 of 32 posts

Re: JWZ, on Garbage Collection

#6
What separates good thinking/writing from a mediocre noise is that it remains relevant and interesting to read even in 10 years, despite missing rounded corners and lack of randomly chosen photos that are supposed to help us to understand his point.

Re: JWZ, on Garbage Collection

#7
As previously noted, this article was written a while ago, and is somewhat critical of 'bad' GC's: Perl, Python & Java in particular. I think Perl is still using reference counting, which has its own drawbacks, but I think most would agree that Java's GC has grown to be pretty good over the years. And now there's C#, which seems to have a decent GC as well.

Re: JWZ, on Garbage Collection

#8

What separates good thinking/writing from a mediocre noise is that it remains relevant and interesting to read even in 10 years, despite missing rounded corners and lack of randomly chosen photos that are supposed to help us to understand his point.

[deleted]

Re: JWZ, on Garbage Collection

#10
Is it just me or does every GC is faster argument boil down to: "All working real world examples are noticeably slower, but trust me, I know of this amazing GC that's actually faster it's just not in production use anywhere yet."
Post reply on HN