Umut A. Acar - Self-Adjusting Computation
umut-acar.org·1d
🏊Memory Pools
Preview
Report Post

Self-adjusting computation refers a technique that enables computations to respond to dynamically changing (input) data automatically. The fundamental idea is to track the control and data dependencies in a computation in such a way that changes to data can be propagated through the computation by identifying the affected pieces that depend on the changes and re-doing the affected pieces. Self-adjusting computation can dramatically improve efficiency of updates in response to small changes to data with respect to recomputing from scratch. In many cases, self-adjusting computation can achieve close to optimal update times. By automatically performing the updates, instead of relying of sophisticated algorithms and precious human intelligence and labor to implement these algorithms, the…

Similar Posts

Loading similar posts...