Liking cljdoc? Tell your friends :D

0.4.0

  • Added org.replikativ.persistent-sorted-set.fressian — an optional canonical Fressian read/write handler set for PSS nodes (pss/leaf/pss/branch) and roots (pss/set), so konserve/kabel-backed consumers (datahike, yggdrasil, proximum, stratum) share one wire form. JVM (clojure.data.fressian) + cljs (fress); data.fressian is a provided dep.
  • Nodes are self-describing: :branching-factor/:diff-buf-size ride in the blob (a store may hold mixed branching factors); the content-hash projection (node->map) is unchanged.
  • The non-serializable bits (live IStorage, comparator, measure-ops) resolve at read via consumer-supplied resolvers — lexical closures for a one-store serializer, or id-keyed registries (register-storage!/registry-storage-resolver, …) for a shared/wire serializer.
  • A node's ref-type (the soft/weak/strong caching policy) now rides in the blob as data, so it survives a round-trip / rootless replication (a node reconstructs with the writer's policy even when the reader knows nothing about it); SOFT (the default) is omitted, and a read-time :ref-type overrides what was serialized. ref-type is a JVM caching policy (cljs has no soft/weak refs), but cljs still carries it through inertly so it round-trips losslessly even via a cljs relay. Content addresses are unchanged.
  • See doc/serialization.md.

0.3.0

  • JVM: Per-set branching factor
  • JVM: Choose type of reference for stored nodes (strong, soft, weak) per set
  • JVM: Defaults to 512 branching factor, soft ref-type
  • Added settings and sorted-set*
  • JVM: Added storage and opts args to ctors
  • JVM: Short-circuit walkAddresses

0.2.3

  • Support set > 1M in CLJS (< 16^6 = 16M for fast path, up to 32^10 = 10^15 theoretically)

0.2.2

  • Made Seq class public #11 via @FiV0

0.2.1

Added:

  • seek to jump ahead during iteration #9 via @FiV0

0.2.0

Added:

  • Durability in Clojure version #7 with @whilo
  • IStorage, store, restore, restore-by, walk-addresses, set-branching-factor!

0.1.4

Special handling of nils in slice/rslice in CLJS, matching CLJ behaviour #6

0.1.3

Fixed NPE in org.replikativ.persistent-sorted-set.arrays/array? #4 #5 thx @timothypratley

0.1.2

Throw if iterating over a transient set that has been mutated.

0.1.1

Recompiled for Java 8.

0.1.0

Initial.

Can you improve this documentation? These fine people already did:
Nikita Prokopov & Christian Weilbach
Edit on GitHub

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close