On-disk sorted set wrapper types, modelled on xitdb.hash-set (set shape) and
xitdb.sorted-map (the Sorted/Indexed/Reversible machinery).
A SORTED_SET is a SORTED_MAP with no values: each member is its own key.
XITDBSortedSet is the read view; XITDBWriteSortedSet is the mutable view
used inside a transaction. Ordering is by the engine's unsigned byte
comparison over order-preserving encoded members (see xitdb.util.sorted-key).
On-disk sorted set wrapper types, modelled on `xitdb.hash-set` (set shape) and `xitdb.sorted-map` (the `Sorted`/`Indexed`/`Reversible` machinery). A `SORTED_SET` is a `SORTED_MAP` with no values: each member is its own key. `XITDBSortedSet` is the read view; `XITDBWriteSortedSet` is the mutable view used inside a transaction. Ordering is by the engine's unsigned byte comparison over order-preserving encoded members (see `xitdb.util.sorted-key`).
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 |