Skip to content

lattice

Conflict-free replicated data types (CRDTs) for Gleam, with property-based tested merge semantics.

Counters

Grow-only and positive-negative counters for distributed counting with automatic convergence across replicas.

Registers

Last-writer-wins and multi-value registers for storing values with conflict resolution strategies.

Sets

Grow-only, two-phase, and observed-remove sets for managing collections across distributed nodes.

Maps

Last-writer-wins and observed-remove maps for key-value storage with CRDT merge semantics.