Idiomatic reducible facade over the Java FFM resource bindings.
Idiomatic reducible facade over the Java FFM resource bindings.
(dictionary-entries dictionary)(dictionary-entries dictionary options)Return a one-shot, closeable, lazy/reducible lexicographic entry stream.
Each element is {:key host-value :value nil-or-unsigned-bigint}. Close an
abandoned seq with close!; reduce closes automatically, including on
reduced early termination.
Return a one-shot, closeable, lazy/reducible lexicographic entry stream.
Each element is `{:key host-value :value nil-or-unsigned-bigint}`. Close an
abandoned seq with `close!`; `reduce` closes automatically, including on
`reduced` early termination.(dictionary-snapshot dictionary)(dictionary-snapshot dictionary options)Materialize one revision as persistent keys/entries plus its ordered entries
and snapshot metadata. A present key mapped to nil remains distinguishable
from an absent key with contains?.
Materialize one revision as persistent keys/entries plus its ordered entries and snapshot metadata. A present key mapped to nil remains distinguishable from an absent key with `contains?`.
(query automaton term max-distance)(query automaton term max-distance {:keys [order] :or {order :traversal}})Return a one-shot lazy/reducible query over a query-start snapshot.
Return a one-shot lazy/reducible query over a query-start snapshot.
(reduce-batches cursor f)Expert zero-copy reduction. f receives each BorrowedMatchBatch; views must
not escape the call. This is the preferred allocation-minimizing surface.
Expert zero-copy reduction. `f` receives each BorrowedMatchBatch; views must not escape the call. This is the preferred allocation-minimizing surface.
(transducer dictionary)(transducer dictionary {:keys [algorithm] :or {algorithm :standard}})Retain a libdictenstein dictionary resource in O(1).
Retain a libdictenstein dictionary resource in O(1).
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 |