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 builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |