[ 源代码: 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.