smart stuff

GC and Extensions
26 Oct 04 - http://www.approximity.com/cgi-bin/blogtariAgile/index.rb/Ruby/GCExtensions.rdoc
Tim Suth posted this interesting stuff on Rubygarden

I found that I needed to know more about Ruby’s garbage collector in order to write robust extensions. This page is an attempt to fill this gap. It assumes the reader has some knowledge of Ruby’s C API, for example they have read the introduction in Programming ruby.