咨询与建议

限定检索结果

文献类型

  • 21 篇 会议
  • 7 篇 期刊文献

馆藏范围

  • 28 篇 电子文献
  • 0 种 纸本馆藏

日期分布

学科分类号

  • 27 篇 工学
    • 21 篇 软件工程
    • 18 篇 计算机科学与技术...
    • 2 篇 电气工程
  • 4 篇 理学
    • 4 篇 数学
    • 1 篇 统计学(可授理学、...

主题

  • 28 篇 self-adjusting c...
  • 11 篇 memoization
  • 9 篇 performance
  • 8 篇 languages
  • 7 篇 incremental comp...
  • 4 篇 algorithms
  • 4 篇 computational ge...
  • 3 篇 mesh refinement
  • 3 篇 dynamic dependen...
  • 3 篇 thunks
  • 3 篇 dynamic algorith...
  • 3 篇 change propagati...
  • 3 篇 well-spaced poin...
  • 3 篇 laziness
  • 3 篇 call-by-push-val...
  • 2 篇 compiler optimiz...
  • 2 篇 memory managemen...
  • 2 篇 incrementalizati...
  • 2 篇 imperative progr...
  • 2 篇 kinetic data str...

机构

  • 8 篇 carnegie mellon ...
  • 7 篇 toyota technol i...
  • 3 篇 university of ch...
  • 3 篇 univ maryland co...
  • 2 篇 max-planck insti...
  • 2 篇 univ colorado bo...
  • 2 篇 univ british col...
  • 2 篇 max planck inst ...
  • 1 篇 inria
  • 1 篇 univ nova lisboa...
  • 1 篇 autodesk inc mon...
  • 1 篇 mpi sws kaisersl...
  • 1 篇 max planck inst ...
  • 1 篇 toyota technolog...
  • 1 篇 max planck insti...
  • 1 篇 mahidol univ int...
  • 1 篇 univ chicago dep...
  • 1 篇 toyota technol i...
  • 1 篇 inria champenoux
  • 1 篇 carnegie mellon ...

作者

  • 21 篇 acar umut a.
  • 6 篇 hammer matthew a...
  • 5 篇 tangwongsan kana...
  • 5 篇 chen yan
  • 5 篇 dunfield joshua
  • 4 篇 blume matthias
  • 4 篇 ley-wild ruy
  • 4 篇 hudson benoit
  • 3 篇 blelloch guy e.
  • 3 篇 fluet matthew
  • 3 篇 hicks michael
  • 3 篇 foster jeffrey s...
  • 3 篇 cotter andrew
  • 3 篇 turkoglu duru
  • 2 篇 ahmed amal
  • 2 篇 labich nicholas
  • 2 篇 tuerkoglu duru
  • 2 篇 burckhardt sebas...
  • 2 篇 van horn david
  • 2 篇 rodrigues rodrig...

语言

  • 22 篇 英文
  • 5 篇 其他
  • 1 篇 中文
检索条件"主题词=self-adjusting computation"
28 条 记 录,以下是1-10 订阅
排序:
An Experimental Analysis of self-adjusting computation
收藏 引用
ACM TRANSACTIONS ON PROGRAMMING LANGUAGES AND SYSTEMS 2009年 第1期32卷 3-3:53页
作者: Acar, Umut A. Blelloch, Guy E. Blume, Matthias Harper, Robert Tangwongsan, Kanat Toyota Technol Inst Chicago IL USA Carnegie Mellon Univ Pittsburgh PA 15213 USA
Recent work on adaptive functional programming (AFP) developed techniques for writing programs that can respond to modifications to their data by performing change propagation. To achieve this, executions of programs ... 详细信息
来源: 评论
A Cost Semantics for self-adjusting computation  09
A Cost Semantics for Self-Adjusting Computation
收藏 引用
36th ACM SIGPLAN-SIGACT Symposium on Principles of Programming Languages
作者: Ley-Wild, Ruy Acar, Umut A. Fluet, Matthew Carnegie Mellon Univ Pittsburgh PA 15213 USA Toyota Technol Inst Chicago IL USA
self-adjusting computation is an evaluation model in which programs can respond efficiently to small changes to their input data by using a change-propagation mechanism that updates computation by re-building only the... 详细信息
来源: 评论
Functional Programming for Dynamic and Large Data with self-adjusting computation  14
Functional Programming for Dynamic and Large Data with Self-...
收藏 引用
19th ACM SIGPLAN International Conference on Functional Programming (ICFP)
作者: Chen, Yan Acar, Umut A. Tangwongsan, Kanat Max Planck Inst Software Syst Saarbrucken Germany Carnegie Mellon Univ Pittsburgh PA 15213 USA INRIA Villers Les Nancy France Mahidol Univ Int Coll Salaya Nakhon Pathom Thailand
Combining type theory, language design, and empirical work, we present techniques for computing with large and dynamically changing datasets. Based on lambda calculus, our techniques are suitable for expressing a dive... 详细信息
来源: 评论
Traceable Data Types for self-adjusting computation  10
Traceable Data Types for Self-Adjusting Computation
收藏 引用
ACM SIGPLAN Conference on Programming Language Design and Implementation
作者: Acar, Umut A. Blelloch, Guy Ley-Wild, Ruy Tangwongsan, Kanat Turkoglu, Duru Max-Planck Institute for Software Systems Kaiserslautern Germany Carnegie Mellon University Pittsburgh PA USA University of Chicago Chicago IL USA
self-adjusting computation provides an evaluation model where computations can respond automatically to modifications to their data by using a mechanism for propagating modifications through the computation. Current a... 详细信息
来源: 评论
Imperative self-adjusting computation
Imperative Self-Adjusting Computation
收藏 引用
35th ACM-SIGPLAN-SIGACT Symposium on Principles of Programming Languages
作者: Acar, Umut A. Ahmed, Amal Blume, Matthias Toyota Technol Inst Chicago IL USA
self-adjusting computation enables writing programs that can automatically and efficiently respond to changes to their data (e.g., inputs). The idea behind the approach is to store all data that can change over time i... 详细信息
来源: 评论
Memory Management for self-adjusting computation  08
Memory Management for Self-Adjusting Computation
收藏 引用
International Symposium on Memory Management
作者: Hammer, Matthew A. Acar, Umut A. Toyota Technol Inst Chicago IL USA
The cost of reclaiming,pace with traversal-based garbage collection is inversely proportional to the amount of free memory, i.e., O(1 /(1 - f)), where f is the fraction of memory that is live. Consequently, the cost o... 详细信息
来源: 评论
CEAL: A C-Based Language for self-adjusting computation  09
CEAL: A C-Based Language for Self-Adjusting Computation
收藏 引用
ACM SIGPLAN Conference on Programming Language Design and Implementation
作者: Hammer, Matthew A. Acar, Umut A. Chen, Yan Toyota Technol Inst Chicago Chicago IL USA
self-adjusting computation offers a language-centric approach to writing programs that can automatically respond to modifications to their data (e.g., inputs). Except for several domain-specific implementations, howev... 详细信息
来源: 评论
Brief Announcement: Parallel Dynamic Tree Contraction via self-adjusting computation  17
Brief Announcement: Parallel Dynamic Tree Contraction via Se...
收藏 引用
29th ACM Symposium on Parallelism in Algorithms and Architectures (SPAA)
作者: Acar, Umut A. Aksenov, Vitaly Westrick, Sam Carnegie Mellon Univ Pittsburgh PA 15213 USA INRIA Paris France ITMO Univ St Petersburg Russia
Dynamic algorithms are used to compute a property of some data while the data undergoes changes over time. Many dynamic algorithms have been proposed but nearly all are sequential. In this paper, we present our ongoin... 详细信息
来源: 评论
self-adjusting computation  09
Self-Adjusting Computation
收藏 引用
ACM Special Interest Group on Programming Languages Symposium on Partial Evaluation and Semantics-Based Program Manipulation
作者: Umut A. Acar Toyota Technological Institute at Chicago
Many applications need to respond to incremental modifications to data. Being incremental, such modification often require incremental modifications to the output, making it possible to respond to them asymptotically ... 详细信息
来源: 评论
Kinetic 3D convex hulls via self-adjusting computation  07
Kinetic 3D convex hulls via self-adjusting computation
收藏 引用
23rd Annual Symposium on computational Geometry, SCG'07
作者: Acar, Umut A. Blelloch, Guy E. Tangwongsan, Kanat Toyota Technological Institute Chicago IL Japan Carnegie Mellon University Pittsburgh PA United States
No abstract available
来源: 评论