支持“增量计算”的编程工具链(甚至可能是 C/C++)

发布于 2024-12-28 07:01:52 字数 377 浏览 4 评论 0原文

我想编写算法,为大数据集准备结果。然后,当每个数据集发生更改时,增量更新所有受影响的输出。

它被称为:增量计算

是否有编程工具、库、编译器、程序分析等支持这种方法?

PS我知道增量计算可以通过实现“轻松实现” -hand”并正确构建算法。我只是想知道是否有工具(如程序分析器、编译器、库)支持这种方法,以使数据流依赖关系更加自动化。

I'd like to write algorithms, that prepare results for big data sets. Than, when each dataset changes, incrementally update all affected outputs.

It's called : Incremental computing.

Are there programming tools, libraries, compiler, program analysis etc supporting this approach ?

P.S. I know Incremental computing can be easily achieved by implementing it "by-hand" with proper construction of algorithm. I just wonder if there are tools (like program analysers, compilers, libraries) supporting such approach, to make data-flow dependencies more automatic.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

漫漫岁月 2025-01-04 07:01:52

刘安妮一直在“有限差分”术语下追求这些想法。请参阅http://ecommons.library.cornell.edu/handle/1813/7208

Annie Liu has been pursuing these ideas under the term "finite differencing". See http://ecommons.library.cornell.edu/handle/1813/7208

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文