Liking cljdoc? Tell your friends :D

automaton-optimization.time-based.impl.storage-strategy.contiguous

Stores data in a contiguous data structure.

Adding an element outside the initial capacity will add chunk-size element, plus what's missing to store the element.

Stores data in a contiguous data structure.

Adding an element outside the initial capacity will add chunk-size element, plus what's missing to store the element.
raw docstring

continuous-accept-kclj/s

(continuous-accept-k contiguous k chunk-size)

Adds necessary slots so position k is in the contiguous datastructure. Size is increased with at least chunk-size element after it.

Adds necessary slots so position `k` is in the `contiguous` datastructure.
Size is increased with at least `chunk-size` element after it.
raw docstring

makeclj/s

(make n)

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

× close