scheduler-2.0.0.1: Work stealing scheduler.

scheduler-2.0.0.1: Work stealing scheduler.

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.

Modules

scheduler-2.0.0.1