Expand description
Pure record-level curation helpers.
This module performs no storage mutation and owns no lifecycle state. Durable writes always
travel through the kernel WriteMemory syscall; hosts may use these helpers inside their
upsert implementation to resolve a candidate against an already-loaded snapshot.
Enums§
- Conflict
Resolution - Conflict rule used by a host while resolving a fuzzy duplicate.
Functions§
- jaccard_
similarity - Deterministic term-set Jaccard score used only after scoped-key lookup misses.
- resolve_
conflict - Select the record retained for a conflict without performing any I/O.
- same_
scoped_ key - Whether two records address the same durable key.