Implements combining contents of two combiners
by postponing the operation until result
method is called.
Parallel sequence holding elements in a linear array.
Parallel flat hash table.
A parallel hash map.
A parallel hash set.
Provides functionality for hash tables with linked list buckets, enriching the data structure by fulfilling certain requirements for their parallel construction and iteration.
A template trait for mutable parallel iterable collections.
A template trait for mutable parallel maps.
A template trait for mutable parallel maps.
A mutable variant of ParSeq
.
A mutable variant of ParSet
.
A template trait for mutable parallel sets.
An array combiner that uses a chain of arraybuffers to store elements.
An array combiner that uses doubling unrolled buffers to store elements.
This object provides a set of operations to create mutable.ParArray
values.
This object provides a set of operations needed to create mutable.ParHashMap
values.
This object provides a set of operations needed to create mutable.ParHashSet
values.
This object provides a set of operations to create ParIterable
values.
This object provides a set of operations to create mutable.ParSeq
values.
This object provides a set of operations needed to create mutable.ParSet
values.