[ ソース: ruby-parallel ]
パッケージ: ruby-parallel (1.20.1-1)
ruby-parallel に関するリンク
Trisquel の資源:
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]
メンテナ:
Original Maintainers:
- Debian Ruby Team (メールアーカイブ)
- 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.