Skip to content

Instantly share code, notes, and snippets.

@fmcarvalho
Last active April 15, 2016 10:57
Show Gist options
  • Save fmcarvalho/d1d537b3910918b50894709aee44e49a to your computer and use it in GitHub Desktop.
Save fmcarvalho/d1d537b3910918b50894709aee44e49a to your computer and use it in GitHub Desktop.
Comparing Streams with Collections
  • "In a nutshell, collections are about data and streams are about computations." [1]
  • "...you can see a stream as a set of values spread out in time. In contrast, a collection is a set of values spread out in space (here, computer memory)" [2]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment