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 Match-on-metadata #6035

Merged
merged 17 commits into from Feb 24, 2021
Merged

Optimize Match-on-metadata #6035

merged 17 commits into from Feb 24, 2021

Commits on Jan 11, 2021

  1. Cache possible matches

    Forgind committed Jan 11, 2021
    Copy the full SHA
    ba4b653 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2021

  1. Copy the full SHA
    a124438 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8db0cab View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2021

  1. Copy the full SHA
    6c68b2b View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2021

  1. Incorporate both ItemGroupIntrinsicTask and RemoveOperation

    Also moves construction to the constructor
    Forgind committed Jan 14, 2021
    Copy the full SHA
    c8d7089 View commit details
    Browse the repository at this point in the history
  2. Little cleanup

    Forgind committed Jan 14, 2021
    Copy the full SHA
    17f5225 View commit details
    Browse the repository at this point in the history
  3. Comments + make iterative

    Forgind committed Jan 14, 2021
    Copy the full SHA
    978bf35 View commit details
    Browse the repository at this point in the history
  4. Fix tests

    Forgind committed Jan 14, 2021
    Copy the full SHA
    ab951b8 View commit details
    Browse the repository at this point in the history
  5. Remove unnecessary usings

    Forgind committed Jan 14, 2021
    Copy the full SHA
    9d335f2 View commit details
    Browse the repository at this point in the history
  6. Add error back

    Forgind committed Jan 14, 2021
    Copy the full SHA
    f71a467 View commit details
    Browse the repository at this point in the history
  7. Remove unnecessary string

    Forgind committed Jan 14, 2021
    Copy the full SHA
    c9263be View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2021

  1. Copy the full SHA
    08d561b View commit details
    Browse the repository at this point in the history
  2. Comments and correct test

    Forgind committed Jan 21, 2021
    Copy the full SHA
    d7ce8b2 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2021

  1. Copy the full SHA
    87361a6 View commit details
    Browse the repository at this point in the history
  2. Explicitly name type

    Because mono not up-to-date ;(
    Forgind committed Jan 22, 2021
    Copy the full SHA
    47492ae View commit details
    Browse the repository at this point in the history
  3. Also...

    Forgind committed Jan 22, 2021
    Copy the full SHA
    7fe9587 View commit details
    Browse the repository at this point in the history
  4. mono

    Forgind committed Jan 22, 2021
    Copy the full SHA
    58b8a84 View commit details
    Browse the repository at this point in the history