Closed ajreynol closed 1 year ago
This introduces a new keyword function that is identical to program but assumes that the results are cached.
function
program
Caching is local to an invocation of run_code.
run_code
This adds a test that would otherwise take a long time due to tree traversal and is now fast.
Changed method -> function as suggested by Cesare offline.
method
This introduces a new keyword
function
that is identical toprogram
but assumes that the results are cached.Caching is local to an invocation of
run_code
.This adds a test that would otherwise take a long time due to tree traversal and is now fast.