[ 源代码: ruby-parallel ]
软件包:ruby-parallel(1.12.1-2)
ruby-parallel 的相关链接
Debian 的资源:
下载源码包 ruby-parallel:
- [ruby-parallel_1.12.1-2.dsc]
- [ruby-parallel_1.12.1.orig.tar.gz]
- [ruby-parallel_1.12.1-2.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.
其他与 ruby-parallel 有关的软件包
|
|
|
|
-
- dep: ruby
- 面向对象脚本语言 Ruby 的解释器 (默认版本)
- 或者 ruby-interpreter
- 软件包暂时不可用
-
- dep: ruby-progressbar
- Text progress bar library for Ruby