Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 455 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 455 Bytes

dodice

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