Skip to main content

Module curator

Module curator 

Source
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§

ConflictResolution
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.