Skip to content

Conversation

Icxolu
Copy link

@Icxolu Icxolu commented Sep 6, 2023

Usually one would need to construct them on the stack and then move them to the heap if necessary.
This limits the possible capacity to the stack size. boxed allows creation of them directly on the heap, skipping the stack, which allows for larger capacities.

Usually one would need to construct them on the stack and then move them
to the heap if neccessary. This limits the possible capacity to the
stack size. This allows creation of them directly on the head, skipping
the stack, which allows for larger capacities.
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.

1 participant