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

Optimize and Cleanup CScript::FindAndDelete #7907

Merged
merged 4 commits into from
May 5, 2016

Commits on Apr 19, 2016

  1. Replace memcmp with std::equal in CScript::FindAndDelete

    Function is stl; std::equal just makes more sense.
    pstratem committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    ec9ad5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0f660c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2a30bc View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2016

  1. Improve worst-case behavior of CScript::FindAndDelete

    Thanks to Sergio Lerner for identifying this issue and suggesting this kind of solution.
    pstratem committed Apr 22, 2016
    Configuration menu
    Copy the full SHA
    d1d7775 View commit details
    Browse the repository at this point in the history