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

Improve the running time of SandBlaster #7

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

Commits on Jun 6, 2020

  1. Add 3-clause BSD license

    razvand committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    40711f3 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2020

  1. Add quickfixes to update reverse-sandbox scripts for python3

    Fixes errors that appear when trying to run scripts using python3.
    This also updates shebang to use Python3.
    andreicalin-georgescu authored and razvand committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    2318f0c View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2021

  1. Improve the running time of SandBlaster

    Decrease the time complexity of the `build_operation_nodes` function by using a dictionary to reduce its complexity from `O(len(operation_nodes)^2)` to `O(len(operation_nodes))`.
    teodutu committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    8288b49 View commit details
    Browse the repository at this point in the history