Skip to content

Instantly share code, notes, and snippets.

@bigjason
Created August 25, 2015 23:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bigjason/d090e8fa7c71c57ae32c to your computer and use it in GitHub Desktop.
Save bigjason/d090e8fa7c71c57ae32c to your computer and use it in GitHub Desktop.
scala> Array(1).hashCode
res16: Int = 357917741
scala> Array(1).hashCode
res17: Int = 1064821544
scala> Seq(1).hashCode
res18: Int = 1945410391
scala> Seq(1).hashCode
res19: Int = 1945410391
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment