Skip to main content

Module program

Module program 

Source
Expand description

RillProgram<T> โ€” a compiled rill-lang program that implements [rill_core::Algorithm]. Owns its IR, schedule, and pre-allocated state; process() performs no heap allocation after warm-up.

Structsยง

RillProgram
A compiled program ready to run inside the rill graph.