primitives versus data structures
primitives are immutable by nature?. though the value changes it is single read.
data structures the memory address doesn't change even if the number of elements don't change.
explore
- concurrent operations with primitives and data structures