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

.NET 8 Update(5): System.Collections.Generic.PriorityQueue<TElement, TPriority> #1731

Merged
merged 4 commits into from
Jan 12, 2024

Conversation

pCYSl5EDgo
Copy link
Contributor

@pCYSl5EDgo pCYSl5EDgo commented Jan 11, 2024

PriorityQueue<TElement, TPriority> was introduced at .NET 6. (I included this type because until recently I thought this type was added in .NET 7.)
It does not implement IEnumerable.
It constructs its map from ValueTuple<TElement, TPriority>[].

@pCYSl5EDgo pCYSl5EDgo mentioned this pull request Jan 11, 2024
14 tasks
@pCYSl5EDgo pCYSl5EDgo changed the title .Net 8 Update(5): PriorityQueue .Net 8 Update(5): System.Collections.Generic.PriorityQueue<TElement, TPriority> Jan 11, 2024
Copy link
Collaborator

@AArnott AArnott left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for contributing. Nearly there.

Copy link
Collaborator

@AArnott AArnott left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great. Thanks!

@AArnott AArnott added this to the v2.6 milestone Jan 12, 2024
@AArnott AArnott merged commit ad7f3f1 into MessagePack-CSharp:develop Jan 12, 2024
4 of 5 checks passed
@pCYSl5EDgo pCYSl5EDgo deleted the net8-pqueue branch January 12, 2024 19:03
@pCYSl5EDgo pCYSl5EDgo changed the title .Net 8 Update(5): System.Collections.Generic.PriorityQueue<TElement, TPriority> .NET 8 Update(5): System.Collections.Generic.PriorityQueue<TElement, TPriority> Jan 21, 2024
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.

None yet

2 participants