auto-build.data.fixed-size-queue
Naive implementation of fixed length queue.
A more efficient approach, if needed could be found in this blog post which is based on clojure rrb.
Naive implementation of fixed length queue.
A more efficient approach, if needed could be found in this blog post which is based on clojure rrb.