Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Improve the performance of ImmutableList.Contains #40540

Merged
merged 5 commits into from
Oct 19, 2019

Commits on Aug 15, 2019

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

Commits on Aug 23, 2019

  1. Configuration menu
    Copy the full SHA
    c94f2cd View commit details
    Browse the repository at this point in the history
  2. Implement a spicific Contains method

    IndexOf has a lot of overhead because it's looking for an index when
    all Contains wants to do is find a matching element.
    nathanmascitelli committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    1fd8e04 View commit details
    Browse the repository at this point in the history
  3. Fix tests

    nathanmascitelli committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    6fc15fa View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2019

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