Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
1,094 contributions in the last year
Contribution activity
November 1, 2020
October 2020
Created a pull request in dotnet/runtime that received 1 comment
Remove some unsafe code from Console
Revives the changes from #42714 cc @stephentoub
- Add IDictionary_Generic_Tests test for multiple values with hash collisions
- moving cursor left/right in console on all plats.
- Fix ArrayList.GetRange().GetRange().ToArray()
- Unsafe code replaced by ReadOnlyMemory<> equivalent
- ReadOnlyDictionary's IDictionary.this[object] doesn't adhere to IDictionary's contract.
Created an issue in dotnet/runtime that received 12 comments
Add System.Collections.Generic.PriorityQueue
Background and Motivation Adding a priority queue has been a feature long requested by the community, however so far we've fallen short of finalizi…