Add optional capacity to queue#74
Draft
polytypic wants to merge 1 commit into
Draft
Conversation
polytypic
force-pushed
the
add-optional-capacity-to-queue
branch
17 times, most recently
from
May 26, 2023 15:37
a233cee to
ac5ec6e
Compare
polytypic
force-pushed
the
add-optional-capacity-to-queue
branch
2 times, most recently
from
May 31, 2023 21:22
0055649 to
6c207bb
Compare
polytypic
force-pushed
the
add-optional-capacity-to-queue
branch
4 times, most recently
from
June 11, 2023 06:58
9b8e8ac to
f63348f
Compare
polytypic
force-pushed
the
add-optional-capacity-to-queue
branch
3 times, most recently
from
June 13, 2023 12:45
dd93e95 to
27e78c0
Compare
polytypic
force-pushed
the
add-optional-capacity-to-queue
branch
4 times, most recently
from
June 28, 2023 07:25
b204e29 to
aa7c190
Compare
polytypic
force-pushed
the
add-optional-capacity-to-queue
branch
14 times, most recently
from
December 10, 2023 15:20
9f65c01 to
35a87f8
Compare
polytypic
force-pushed
the
add-optional-capacity-to-queue
branch
from
December 18, 2023 17:40
35a87f8 to
1964d7c
Compare
polytypic
force-pushed
the
add-optional-capacity-to-queue
branch
7 times, most recently
from
December 26, 2023 11:13
9a5c521 to
cf67c18
Compare
polytypic
force-pushed
the
add-optional-capacity-to-queue
branch
5 times, most recently
from
December 31, 2023 12:51
2e1ed89 to
a2cbeca
Compare
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.
This PR adds optional
capacityargument toQueue.createandStack.createallowing one to create a bounded queue/stack.TODO:
capacity <> Int.max_int