[ fix ] BoundedQueue1#69
Conversation
|
I've addressed all comments in #66 here in this PR, it's ready for review. |
|
Code looks good, but I have doubts about the semantics. What are the use cases for a bounded queue, that either silently drops the oldest element (data loss in case of |
Good point here, I've rewritten the function to return a |
But there are several functions that try to add a value to a queue. Now only one of them returns a |
Yep good catch, |
|
Thank you for the review! |
This PR addresses comments from #66.