ckrause / loda

LODA is an assembly language, a computational model and a tool for mining integer sequence programs.
Apache License 2.0
20 stars 5 forks source link

Caching LODA code output locally with a default max terms to cache #71

Closed jmorken closed 3 years ago

jmorken commented 3 years ago

Idea to speed up the LODA programs that have subroutine calls if there is a stored copy of the subroutine program terms.

May require caching per term output values and the number of steps to compute.