A Dynamic On-Demand Incremental Computation Engine inspired by Shake and Salsa.
The implementation of the computation engine lives in
src/graph.ts
. There is a demo in
src/demo.ts
, that can be run via
yarn demo
There is also a proper test suite in test/graph.test.ts
,
which can be invoked via
yarn test