Linux Mint
My Places
Sign in
Community
Software
Users
Moderation
Beta Testing
ISO Images
Teams
ruby-parallel
library to run any kind of code in parallel processes
https://github.com/grosser/parallel
0
no reviews
Install
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.