Liking cljdoc? Tell your friends :D

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](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).
raw docstring

contentclj

(content queue)
source

enqueueclj

(enqueue queue x)
source

initclj

(init size)
source

peekclj

(peek queue)
source

popclj

(pop queue)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close