Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: grosser/parallel
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.12.1
Choose a base ref
...
head repository: grosser/parallel
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.13.0
Choose a head ref
  • 14 commits
  • 6 files changed
  • 6 contributors

Commits on Dec 21, 2017

  1. Copy the full SHA
    b1ed78f View commit details

Commits on Jan 8, 2018

  1. Copy the full SHA
    82cde67 View commit details
  2. Added Gem Version

    vaibhavmdhoke committed Jan 8, 2018
    Copy the full SHA
    4108cf1 View commit details
  3. Merge pull request #216 from vaibhavmdhoke/develop

    Added Gem Version & Build Status
    grosser authored Jan 8, 2018
    Copy the full SHA
    5eff94f View commit details

Commits on Jan 16, 2018

  1. Merge pull request #215 from swamp09/ci_against

    CI against Ruby 2.2.9, 2.3.6, and 2.4.3
    grosser authored Jan 16, 2018
    Copy the full SHA
    aead0ee View commit details
  2. add 2.5 testing

    grosser committed Jan 16, 2018
    Copy the full SHA
    5666406 View commit details
  3. Merge pull request #217 from grosser/grosser/bump

    add 2.5 testing
    grosser authored Jan 16, 2018
    Copy the full SHA
    fe6f49c View commit details

Commits on Sep 3, 2018

  1. Enforce a single worker type

    Raise error if both processes and threads are requested
    #222 (comment)
    
    [ci skip]
    mahemoff committed Sep 3, 2018
    Copy the full SHA
    63cf20f View commit details
  2. Merge pull request #228 from mahemoff/enforce-single-strategy

    Enforce a single worker type
    grosser authored Sep 3, 2018
    Copy the full SHA
    42bc558 View commit details

Commits on Nov 18, 2018

  1. Added note about each_with_index being more performant.

    Compared with `start` or `finish` callbacks.
    
    This caught me out. And the difference is significant. Something like 10x - 50x faster, depending on the record count, processes, etc.
    joshuapinter authored Nov 18, 2018
    Copy the full SHA
    4a22068 View commit details
  2. Merge pull request #231 from joshuapinter/patch-1

    Added note about `each_with_index` being more performant.
    grosser authored Nov 18, 2018
    Copy the full SHA
    7f25128 View commit details

Commits on Jan 17, 2019

  1. Ensure that .map doesn't modify options passed in

    Anthony Lai committed Jan 17, 2019
    Copy the full SHA
    0671afd View commit details
  2. Merge pull request #233 from ajlai/fix-modify-options

    Ensure that .map doesn't modify options passed in
    grosser authored Jan 17, 2019
    Copy the full SHA
    7332d9f View commit details
  3. v1.13.0

    grosser committed Jan 17, 2019
    Copy the full SHA
    c0b77f1 View commit details
Loading