ringbuffer
ringbuffer copied to clipboard
ringbuffer_trait: add extend_from_slice
This adds an extend_from_slice function to the RingBuffer trait. The default implementation calls push() for each element. However, by creating specialized implementations for the various buffers, one can do various performance optimizations in a follow-up.
Partially closes #124
I rebased the PR. Are we good to go @NULLx76 ?
Why was this closed? Are you in favor of this change or not? :) I can restart the work if you want