RubyGems Navigation menu

in-parallel 0.1.1

I know there are other libraries that do parallelization, but I wanted something very simple to consume, and this was fun. I plan on using this within a test framework to enable parallel execution of some of the framework's tasks, and allow people within thier tests to execute code in parallel when wanted. This solution does not check to see how many processors you have, it just forks as many processes as you ask for. That means that it will handle a handful of parallel processes well, but could definitely overload your system with ruby processes if you try to spin up a LOT of processes. If you're looking for something simple and light-weight and on either linux or mac, then this solution could be what you want. If you are looking for something a little more production ready, you should take a look at the parallel project.

Gemfile:
= 复制到剪贴板 已复制!

安装:
=

版本列表:

  1. 1.0.1 - August 24, 2023 (22.0 KB)
  2. 1.0.0 - March 15, 2023 (22.0 KB)
  3. 0.1.17 - February 07, 2017 (20.5 KB)
  4. 0.1.16 - February 06, 2017 (20.0 KB)
  5. 0.1.15 - August 08, 2016 (20.0 KB)
  6. 0.1.1 - May 09, 2016 (13.5 KB)
显示所有版本 (共 18 个)

Development 依赖 (2):

bundler ~> 1.11
rake ~> 10.0

业主:

作者:

  • samwoods1

SHA 256 校验和:

96d6c46aaac8c7fbd3f0ff783b393e164b4436ba8a09fdd7a88a532482df87b8

下载总量 2,632,358

这个版本 3,320

许可:

MIT

需要的 Ruby 版本: >= 0

链接: