Parallel collections facilitate parallel programming by hiding low-level parallelization details. This makes taking advantage of multi-core architectures easy. Examples of parallel collections include ParArray
, ParVector
, mutable.ParHashMap
, immutable.ParHashMap
, and ParRange
. A full list can be found in the documentation.