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

Parallel Paths #76

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Jan 2, 2020

  1. add .setParallel(limit)

    when many varying path lengths are used, distributes the path finding
    per iterationsPerCalculation on up to limit paths. when calculate() is
    called, switch to a solving a different path in the queue instead of solving
    them sequentially.
    misterhat committed Jan 2, 2020
    Configuration menu
    Copy the full SHA
    b86173b View commit details
    Browse the repository at this point in the history
  2. update typescript bindings

    misterhat committed Jan 2, 2020
    Configuration menu
    Copy the full SHA
    d87a252 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2020

  1. replace original bin files

    misterhat committed Jan 5, 2020
    Configuration menu
    Copy the full SHA
    6192e90 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2020

  1. fix issues in PR review

    * remove parallelLimit and replace it with binary parallel compute
    option
    * added unit tests for serial and parallel path computing
    misterhat committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    8065cc8 View commit details
    Browse the repository at this point in the history
  2. update readme api

    misterhat committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    aac9271 View commit details
    Browse the repository at this point in the history