[][src]Function adapton::engine::manage::init_dcg

pub fn init_dcg() -> Engine

Initializes global state with a fresh DCG-based engine; returns the old engine. The DCG is the central implementation structure behind Adapton. At a high level, it consists of a data dependence graph (the "demanded computation graph"), and an associated memoization table.