A work stealing scheduler that is designed for parallelization of heavy work loads. It was primarily developed for massiv array library, but it is general enough to be useful for any computation that fits the model of few workers and many jobs.


Keywords
concurrency, library, parallelism, Propose Tags , Control.Scheduler, Control.Scheduler.Global, scheduler, traverseConcurrently, pooledMapConcurrently, mapM, parMapM, mapConcurrently, par
License
BSD-3-Clause
Install
cabal install scheduler-2.0.0.1