loda-lang / loda-rust

Web editor for the LODA language. Also includes my experiments with Abstraction and Reasoning Corpus ARC.
https://loda-lang.org/
Apache License 2.0
24 stars 2 forks source link

Improve performance of simple loops #18

Open neoneye opened 2 years ago

neoneye commented 2 years ago

Loda-cpp has improved performance of simple loops using incremental evaluation (IE). It uses static code analysis to decide whether IE can be applied for a given program.

Loda-rust should do the same.