plynx-team / plynx

PLynx is a domain agnostic platform for managing reproducible experiments and data-oriented workflows.
https://plynx.com
Apache License 2.0
301 stars 37 forks source link

Bring back cacheable operations #35

Closed khaxis closed 4 years ago

khaxis commented 4 years ago

Some of the operations are deterministic: their outputs depend only on parameters and inputs. That means there is no need recompute them.

The feature did not migrate from version 0.* but most of the code is over there in node_cache_manager

khaxis commented 4 years ago

done in 1.2.5