kmsquire / RingBuffer.jl

Julia ring buffer implementation for buffered io
Other
0 stars 0 forks source link

Differences with DataStructures.CircularBuffer (and other) #3

Open scls19fr opened 8 years ago

scls19fr commented 8 years ago

Hello,

According https://github.com/JuliaLang/DataStructures.jl/issues/201 https://github.com/JuliaLang/DataStructures.jl/blob/master/src/circular_buffer.jl

DataStructures.jl provides a simple implementation of a circular buffer / ring buffer.

Maybe it could be interesting to show here differences with this implementation.

Kind regards

PS : same question with https://github.com/JuliaAudio/RingBuffers.jl