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

Using wasm to accelerate PixelManipulation.js #1093

Merged
merged 43 commits into from
Jun 21, 2019
Merged

Commits on May 29, 2019

  1. Add wasm code

    Divy123 committed May 29, 2019
    Configuration menu
    Copy the full SHA
    2019622 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ea2d20 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2019

  1. First working model

    Divy123 committed May 31, 2019
    Configuration menu
    Copy the full SHA
    f7f8f3a View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2019

  1. Configuration menu
    Copy the full SHA
    2f4066f View commit details
    Browse the repository at this point in the history
  2. Tests corrected for modules

    Divy123 committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    6a60840 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2019

  1. Corrected test script

    Divy123 committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    f6a4104 View commit details
    Browse the repository at this point in the history
  2. Resolve merge conflicts

    Divy123 committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    8c22f33 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2019

  1. Add wasm bechmarks

    Divy123 committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    b640aaf View commit details
    Browse the repository at this point in the history
  2. Resolve merge conflicts

    Divy123 committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    7f2fadb View commit details
    Browse the repository at this point in the history
  3. Update Readme

    Divy123 committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    d78c587 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2019

  1. Configuration menu
    Copy the full SHA
    c41bb33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9da895f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    afc42c5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    15c495e View commit details
    Browse the repository at this point in the history
  5. Added documentation and corrected wasm toggling

    Divy123 committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    0ea5419 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6b21435 View commit details
    Browse the repository at this point in the history
  7. change noise reduction module to use wasm code

    Divy123 committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    c129de1 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2019

  1. Corrected formatting and removed extra comments

    Divy123 committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    adca670 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into wasm

    Divy123 committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    5b8b365 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2019

  1. Add default wasm option and made README changes

    Divy123 committed Jun 15, 2019
    Configuration menu
    Copy the full SHA
    5c7c2ba View commit details
    Browse the repository at this point in the history
  2. Resolve merge conflicts

    Divy123 committed Jun 15, 2019
    Configuration menu
    Copy the full SHA
    4ae1d4a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a3821c0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    320dcb3 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'main' into wasm

    Divy123 committed Jun 15, 2019
    Configuration menu
    Copy the full SHA
    371b11d View commit details
    Browse the repository at this point in the history
  6. Fixed negative test timings

    Divy123 committed Jun 15, 2019
    Configuration menu
    Copy the full SHA
    133673a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    466ecf8 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2019

  1. combined benchmarks file

    jywarren committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    8e2c1dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4419730 View commit details
    Browse the repository at this point in the history
  3. Update benchmark.js

    jywarren committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    cf91655 View commit details
    Browse the repository at this point in the history
  4. Resolve merge conflicts

    Divy123 committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    1e9f741 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5c19488 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2019

  1. Configuration menu
    Copy the full SHA
    c89bfe4 View commit details
    Browse the repository at this point in the history
  2. Resolve merge conflicts

    Divy123 committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    317c2ae View commit details
    Browse the repository at this point in the history
  3. Update package.json

    Co-Authored-By: Jeffrey Warren <jeff@unterbahn.com>
    Divy123 and jywarren committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    bafdfcb View commit details
    Browse the repository at this point in the history
  4. Added wasm file and removed redundant code

    Divy123 committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    e45da7d View commit details
    Browse the repository at this point in the history
  5. Removed earlier benchmarks

    Divy123 committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    11f24a5 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2019

  1. Configuration menu
    Copy the full SHA
    4aefec1 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2019

  1. Solves memory leaks and blank lines

    Divy123 committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    0358835 View commit details
    Browse the repository at this point in the history
  2. Solves memory leaks and blank lines

    Divy123 committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    32ec906 View commit details
    Browse the repository at this point in the history
  3. Added handler for node code

    Divy123 committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    1e4ba0d View commit details
    Browse the repository at this point in the history
  4. Modify test script

    Divy123 committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    1e1ac72 View commit details
    Browse the repository at this point in the history
  5. Modify test script

    Divy123 committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    14ea03f View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2019

  1. Correct doc and removed pace fuctionality

    Divy123 committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    6f4fc3b View commit details
    Browse the repository at this point in the history