Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in parallel-collections

Scala parallel unordered iterator

Factorial calculation using Scala actors

How to create a Scala parallel collection from a Java collection

Parallel collection processing of data larger than memory size

Transforming arrays in-place with parallel collections

Is this scala parallel array code threadsafe?

Why is this not faster using parallel collections?

Constructing Scala parallel views with X.par.view vs X.view.par?

Understanding parallel exists and find

Filtering Scala's Parallel Collections with early abort when desired number of results found

Is it a good idea to run `...par.map(` on large lists directly?

When a ConcurrentBag is better than a List?

Parallel map operations?

How do I replace the fork join pool for a Scala 2.9 parallel collection?