How to Install ruby-parallel in Ubuntu 18.04



Install ruby-parallel by entering the following commands in the terminal:

sudo apt update
sudo apt install ruby-parallel

Description:

library to run any kind of code in parallel processes

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.

Homepage: https://github.com/grosser/parallel

Version: 1.12.0-1

Section: universe/ruby