Skip to content
This repository has been archived by the owner on Nov 27, 2019. It is now read-only.

Added DequeueAll and DequeueSome #2

Closed
wants to merge 2 commits into from
Closed

Added DequeueAll and DequeueSome #2

wants to merge 2 commits into from

Conversation

IDisposable
Copy link

Add methods to Dequeue more than one entry efficiently in one pass and ensure that we don't reallocate the _items array and copy elements unless _size drops below the DEFAULT_CAPACITY (currently 16).

Add methods to Dequeue more than one entry efficiently in one pass and ensure that we don't reallocate the _items array and copy elements unless _size drops below the DEFAULT_CAPACITY (currently 16).
@IDisposable IDisposable closed this by deleting the head repository Mar 31, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant