geotrellis / maml

Map Algebra Modeling Language: It's what we and whales are.
https://geotrellis.github.io/maml/
Apache License 2.0
16 stars 10 forks source link

Add a Parallel Buffering Interpreter for ASTs #97

Closed notthatbreezy closed 5 years ago

notthatbreezy commented 5 years ago

ASTs are not evaluated in parallel right now, but could be with each branch in the tree treated as an asynchronous boundary.