-
-
Notifications
You must be signed in to change notification settings - Fork 214
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
Implement RingQueue::resize() #770
Labels
easy hacks
The solution is expected to be straightforward even if you are new to the project
enhancement
help wanted
An important and awaited task but we have no human resources for it yet
Milestone
Comments
gavv
added
enhancement
help wanted
An important and awaited task but we have no human resources for it yet
easy hacks
The solution is expected to be straightforward even if you are new to the project
labels
Jul 29, 2024
Hi, I would like to take this issue |
AvvALlV
added a commit
to AvvALlV/roc-toolkit
that referenced
this issue
Aug 4, 2024
Hey what is the purpose of resizing? like what does it do? |
gavv
pushed a commit
to AvvALlV/roc-toolkit
that referenced
this issue
Nov 26, 2024
gavv
pushed a commit
that referenced
this issue
Nov 26, 2024
gavv
added a commit
to gavv/roc-toolkit
that referenced
this issue
Nov 26, 2024
Pull request merged. Here is the comment for resize():
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
easy hacks
The solution is expected to be straightforward even if you are new to the project
enhancement
help wanted
An important and awaited task but we have no human resources for it yet
Add
resize()
method to core::RingQueue (fifo on top of ring buffer).Example of similar method can be found in core::Array. Note how it invokes constructors and destructors of the elements.
We also need to add tests for resizing to test_ring_queue.cpp.
The text was updated successfully, but these errors were encountered: