ringbuffer icon indicating copy to clipboard operation
ringbuffer copied to clipboard

ringbuffer_trait: add extend_from_slice

Open phip1611 opened this issue 1 year ago • 1 comments

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

phip1611 avatar May 12 '24 20:05 phip1611

I rebased the PR. Are we good to go @NULLx76 ?

phip1611 avatar Oct 24 '24 09:10 phip1611

Why was this closed? Are you in favor of this change or not? :) I can restart the work if you want

phip1611 avatar Aug 02 '25 09:08 phip1611