Module tri_incremental

Module tri_incremental 

Source
Expand description

Zero-erasure incremental tri-constraint for self-join triple evaluation.

All function types are concrete generics - no trait objects, no Arc. Uses key-based indexing: entities are grouped by join key for O(k) lookups.

Structsยง

IncrementalTriConstraint
Zero-erasure incremental tri-constraint for self-joins.