Skip to content

Binary search for integer arrays - #542

Closed
pharring wants to merge 8 commits into
dotnet:masterfrom
pharring:BinarySearch
Closed

Binary search for integer arrays#542
pharring wants to merge 8 commits into
dotnet:masterfrom
pharring:BinarySearch

Conversation

@pharring

Copy link
Copy Markdown
Contributor

While investigating issue #516 I discovered that we have an extension method for BinarySearch over integer arrays that is a bit faster than Array.BinarySearch. We should use that in the WithLotsOfChildren syntax lists.

pharring and others added 8 commits February 9, 2015 14:17
NavigateTo doesn't support cancellation when computing the display properties so the cancellation token is getting removed rather than having to manually handling OperationCanceledException.
…integer arrays in instead of Array.BinarySearch
@pharring

Copy link
Copy Markdown
Contributor Author

I notice this PR has a bunch of other commits in it. Only the last two are part of this change.
What should I do? Should I try to get rid of them? Will it matter?

@pharring

Copy link
Copy Markdown
Contributor Author

Sri helped me out. I'm going to re-submit this PR from a different branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants