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 cache performance of MethodFinder.GetAllInstanceMethods #357

Merged
merged 7 commits into from
Jun 1, 2018
Merged

Commits on May 11, 2018

  1. Replace Dictionary to HashSet

    tangdf committed May 11, 2018
    Configuration menu
    Copy the full SHA
    9694023 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from tangdf/Replace_Dictionary_to_HashSet

    Replace Dictionary to HashSet
    tangdf committed May 11, 2018
    Configuration menu
    Copy the full SHA
    7e8b550 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2018

  1. Replace KeyValuePair<MethodInfo, Type> to custom struct

    `KeyValuePair<Key, Value>` not implemented interface `IEquatable<>`.
    tangdf committed May 14, 2018
    Configuration menu
    Copy the full SHA
    b3ffa4c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from tangdf/CacheKey

    Replace KeyValuePair<MethodInfo, Type> to custom struct
    tangdf committed May 14, 2018
    Configuration menu
    Copy the full SHA
    0135114 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5893ed View commit details
    Browse the repository at this point in the history

Commits on May 31, 2018

  1. Configuration menu
    Copy the full SHA
    a6ffe32 View commit details
    Browse the repository at this point in the history
  2. Add namespace references

    tangdf committed May 31, 2018
    Configuration menu
    Copy the full SHA
    857367b View commit details
    Browse the repository at this point in the history