Adapton: Composable, Demand-Driven Incremental Computation

ACM SIGPLAN Notices(2014)

引用 112|浏览126
暂无评分
摘要
Many researchers have proposed programming languages that support incremental computation (IC), which allows programs to be efficiently re-executed after a small change to the input. However, existing implementations of such languages have two important drawbacks. First, recomputation is oblivious to specific demands on the program output; that is, if a program input changes, all dependencies will be recomputed, even if an observer no longer requires certain outputs. Second, programs are made incremental as a unit, with little or no support for reusing results outside of their original context, e.g., when reordered.To address these problems, we present lambda(cdd)(ic), a core calculus that applies a demand-driven semantics to incremental computation, tracking changes in a hierarchical fashion in a novel demanded computation graph. lambda(cdd)(ic) also formalizes an explicit separation between inner, incremental computations and outer observers. This combination ensures lambda(cdd)(ic) programs only recompute computations as demanded by observers, and allows inner computations to be reused more liberally. We present ADAPTON, an OCaml library implementing lambda(cdd)(ic) We evaluated ADAPTON on a range of benchmarks, and found that it provides reliable speedups, and in many cases dramatically outperforms state-of-the-art IC approaches.
更多
查看译文
关键词
laziness,thunks,call-by-push-value (CBPV),demanded computation graph (DCG) incremental computation,self-adjusting computation
AI 理解论文
溯源树
样例
生成溯源树,研究论文发展脉络
Chat Paper
正在生成论文摘要