Binary package “ruby-parallel” in ubuntu jammy
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.