wolfe-pack / wolfe

Wolfe Language and Engine
https://wolfe-pack.github.io/wolfe
Apache License 2.0
135 stars 17 forks source link

Reuse computation in evaluators for the same term and input #147

Open riedelcastro opened 9 years ago

riedelcastro commented 9 years ago

When the same term (same term object) appears in different places within the same parent term, different evaluators are created, even if the input to the evaluator is the same settings object. Ideally evaluators should be reused in this setting.