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:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 1.0.1 - August 24, 2023 (22 KB)
  2. 1.0.0 - March 15, 2023 (22 KB)
  3. 0.1.17 - February 07, 2017 (20.5 KB)
  4. 0.1.16 - February 06, 2017 (20 KB)
  5. 0.1.15 - August 08, 2016 (20 KB)
  6. 0.1.1 - May 09, 2016 (13.5 KB)
Show all versions (18 total)

Development Dependencies (2):

bundler ~> 1.11
rake ~> 10.0

Owners:

Authors:

  • samwoods1

SHA 256 checksum:

96d6c46aaac8c7fbd3f0ff783b393e164b4436ba8a09fdd7a88a532482df87b8

Total downloads 2,608,057

For this version 3,303

License:

MIT

Required Ruby Version: >= 0

Links: