[ 原始碼: ruby-parallel ]
套件: ruby-parallel (1.12.0-1)
ruby-parallel 的相關超連結
Trisquel 的資源:
下載原始碼套件 ruby-parallel:
- [ruby-parallel_1.12.0-1.dsc]
- [ruby-parallel_1.12.0.orig.tar.gz]
- [ruby-parallel_1.12.0-1.debian.tar.xz]
維護者:
Original Maintainers:
- Debian Ruby Extras Maintainers (郵件存檔)
- Cédric Boutillier
外部的資源:
- 主頁 [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
- Interpreter of object-oriented scripting language Ruby (default version)
- 或者 ruby-interpreter
- 套件暫時不可用
-
- dep: ruby-progressbar
- Text progress bar library for Ruby