Skip to content

PERF: Use Binarysearch extension method - #545

Merged
pharring merged 2 commits into
dotnet:masterfrom
pharring:binarysearch2
Feb 17, 2015
Merged

PERF: Use Binarysearch extension method #545
pharring merged 2 commits into
dotnet:masterfrom
pharring:binarysearch2

Conversation

@pharring

Copy link
Copy Markdown
Contributor

While investigating #516 I realized that we have a couple of places that could benefit from the extension method we have for doing BinarySearch over integer arrays.

@pharring pharring added Tenet-Performance Regression in measured performance of the product from goals. 4 - In Review A fix for the issue is submitted for review. labels Feb 17, 2015
pharring added a commit that referenced this pull request Feb 17, 2015
PERF: Use Binarysearch extension method

In relation to #516 modified three occurrences of Array.BinarySearch over integer arrays with our custom extension method.
@pharring
pharring merged commit 1232c28 into dotnet:master Feb 17, 2015
@pharring
pharring deleted the binarysearch2 branch February 17, 2015 03:53
@pharring pharring removed the 4 - In Review A fix for the issue is submitted for review. label Feb 17, 2015
dibarbet pushed a commit that referenced this pull request Aug 18, 2026
Add custom verifiers to the test project
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Tenet-Performance Regression in measured performance of the product from goals.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants