This repository was archived by the owner on Dec 29, 2021. It is now read-only.

Description
The lazy evaluation model seems to be fine for most operations, and can be usable when the existing holes are plugged.
Next step is to plot out how optimisations on Vec<Computation> would work. I can try out simple optimisations such as reordering a filter and calculate to filter before calculating.