Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support multithreading in groupreduce #2491

Draft
wants to merge 12 commits into
base: main
Choose a base branch
from
Draft

Commits on Nov 25, 2020

  1. Support multithreading in groupreduce

    Keep the default to a single thread until we find a reliable way of
    predicting a reasonably optimal number of threads.
    nalimilan committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    2d57734 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    713d5b8 View commit details
    Browse the repository at this point in the history
  3. Use Int

    nalimilan committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    3b5addb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ab76ff8 View commit details
    Browse the repository at this point in the history
  5. Add global default

    nalimilan committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    3e225ad View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    011a9b8 View commit details
    Browse the repository at this point in the history
  7. Fix

    nalimilan committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    9595755 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2020

  1. Keep API minimal

    nalimilan committed Nov 28, 2020
    Configuration menu
    Copy the full SHA
    8000e2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7192d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc8d2d4 View commit details
    Browse the repository at this point in the history
  4. Use @spawn

    nalimilan committed Nov 28, 2020
    Configuration menu
    Copy the full SHA
    08aa0d9 View commit details
    Browse the repository at this point in the history
  5. Fix tests

    nalimilan committed Nov 28, 2020
    Configuration menu
    Copy the full SHA
    2678ccb View commit details
    Browse the repository at this point in the history