@vector-nodes/engine
v0.2.0
Published
Pull-based memoizing DAG interpreter for Vector Nodes.
Downloads
62
Readme
@vector-nodes/engine
Pull-based, memoizing DAG interpreter for Vector Nodes. Evaluates a graph from its Output node in topological order, caching results by content signature so editing a param recomputes only the affected subtree.
npm install @vector-nodes/enginePairs the basic node definitions from @vector-nodes/core with operators backed by
@vector-nodes/runtime.
See the project README for the full design.
License
Apache-2.0
