Skip to content

Conversation

@ldrumm
Copy link
Contributor

@ldrumm ldrumm commented Nov 27, 2024

A C-style array with unspecified bounds allows the array to grow as new members are added, while avoiding the heap allocation of std::vector that is immediately freed.

A C-style array with unspecified bounds allows the array to grow as new
members are added, while avoiding the heap allocation of `std::vector`
that is immediately freed.
@ldrumm ldrumm requested a review from a team as a code owner November 27, 2024 14:03
@martygrant martygrant merged commit 530354f into intel:sycl Nov 27, 2024
15 checks passed
@ldrumm ldrumm deleted the short-lived-vector branch December 2, 2024 12:57
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.

3 participants