CRADLE is a framework that intends to speed up lengthy calculations. A calculation is modeled as a tree of subcalculations. Results of these subcalculations are cached, so a following calculation that is similar to the previous one can use these cached subresults, instead of calculating them again.
Read more here.
User documentation
- Abstract Read this first
- Example: make some blob
- Configuration file
- Remote (cloud-based) cache
Design documentation
Updating documentation
CRADLE was originally created to act as a local proxy for Thinknode. Thinknode-specific documentation: