Skip to content

Instantly share code, notes, and snippets.

@edisonywh
Created November 30, 2018 09:18
Show Gist options
  • Save edisonywh/5662dd4b945a6c292c969ac8544345ba to your computer and use it in GitHub Desktop.
Save edisonywh/5662dd4b945a6c292c969ac8544345ba to your computer and use it in GitHub Desktop.
large_array = Array.new(500_000).fill { |i| i + 1 }
traverse(large_array)
# Element: 1
# Element: ...
# Element: ...
# Element: 10918
#=> stack level too deep (SystemStackError)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment