Remove old tqueue implementations#2225
Merged
Merged
Conversation
Collaborator
|
✔️ 6e20fb6 -> Azure artifacts URL |
Codecov Report
@@ Coverage Diff @@
## master #2225 +/- ##
=======================================
Coverage 56.14% 56.14%
=======================================
Files 620 620
Lines 124222 124222
=======================================
Hits 69749 69749
Misses 54473 54473
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
|
✔️ 0b48529 -> Azure artifacts URL |
Collaborator
|
✔️ 67d9f07 -> Azure artifacts URL |
Collaborator
|
✔️ ca45a2d -> Azure artifacts URL |
Collaborator
Collaborator
|
✔️ 80b3e1b -> Azure artifacts URL |
nrnhines
approved these changes
Feb 17, 2023
nrnhines
left a comment
Member
There was a problem hiding this comment.
Remain: 0 balanced binary tree queue, 3 splay tree for everything queue, 4 splaytree with splay tree fifo in some cases, 5 default splay tree with bin queue for some cases
Gone: 1 red black tree queue, 3 splay tree with fifo in some cases
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Drop two old queue implementations and some unused macros.