[ 原始碼: ruby-parallel ]
套件:ruby-parallel(1.20.1-1)
ruby-parallel 的相關連結
Debian 的資源:
下載原始碼套件 ruby-parallel:
- [ruby-parallel_1.20.1-1.dsc]
- [ruby-parallel_1.20.1.orig.tar.gz]
- [ruby-parallel_1.20.1-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
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.