Provides parallel collection operations for Scala, enabling concurrent processing of data structures like arrays and lists.
<dependency>
<groupId>org.scala-lang.modules</groupId>
<artifactId>scala-parallel-collections_2.13</artifactId>
<version>1.2.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a parallel sequence and performs a map operation in parallel.
Use immutable parallel collections or synchronize access to mutable data.
No dependency data recorded yet.