Skip to content

Instantly share code, notes, and snippets.

@kwleland
Created December 2, 2013 17:08
Show Gist options
  • Save kwleland/7752800 to your computer and use it in GitHub Desktop.
Save kwleland/7752800 to your computer and use it in GitHub Desktop.
simple array manipulation
a = Array.new
10000000.times do
b= Array.new
a.push(b)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment