Skip to content

Instantly share code, notes, and snippets.

@betamatt
Created December 13, 2010 18:31
Show Gist options
  • Save betamatt/739373 to your computer and use it in GitHub Desktop.
Save betamatt/739373 to your computer and use it in GitHub Desktop.
Testing Struct GC
def foo; 10000.times{x = Struct.new(:field).new("1")}; end
GC.enable_stats
GC.start
ObjectSpace.live_objects
=> 174939
foo
GC.start
ObjectSpace.live_objects
=> 174947
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment