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](https://michaelrkytch.github.io/programming/clojure/2015/04/19/clj-buffer-efficiency.html) which is based on [clojure rrb](https://github.com/clojure/core.rrb-vector).
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close