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

Add UnorderedQueue class. #71

Merged
merged 2 commits into from
Aug 4, 2023
Merged

Add UnorderedQueue class. #71

merged 2 commits into from
Aug 4, 2023

Conversation

chrisryan
Copy link
Contributor

What does this PR do?

Add UnorderedQueue class to improve performance of querying large queues when you do not need ordering of the items.

Checklist

  • Pull request contains a clear definition of changes
  • Tests (either unit, integration, or acceptance) written and passing
  • Relevant documentation produced and/or updated

Improves performance of querying large queues when you do not need ordering of the items.
@chrisryan chrisryan requested a review from a team as a code owner August 4, 2023 19:19
@chadicus chadicus merged commit aa5092e into traderinteractive:master Aug 4, 2023
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.

2 participants