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ยง
- Rill
Program - A compiled program ready to run inside the rill graph.