Skip to content

Instantly share code, notes, and snippets.

@nicksieger
Created August 3, 2010 18:22
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nicksieger/506865 to your computer and use it in GitHub Desktop.
Save nicksieger/506865 to your computer and use it in GitHub Desktop.
require 'java'
20_000.times do
Class.new do
include java.util.Comparator
end.new
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment