Module penta_incremental

Module penta_incremental 

Source
Expand description

Zero-erasure incremental penta-constraint for self-join quintuple 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ยง

IncrementalPentaConstraint
Zero-erasure incremental penta-constraint for self-joins.