ruby-parallel

library to run any kind of code in parallel processes
  https://github.com/grosser/parallel
  0
  no reviews



This package provides a Ruby library to run any code in parallel Processes (in order to use all CPUs) or Threads (to speedup blocking operations).

This is best suited for map-reduce operations or e.g. parallel downloads or uploads.