User loginNavigation |
Computing by deltas?Say we have a program: F -> G. Under what situations can we generate a program which operates on *deltas* of F and G? That is, say that dF is an efficiently stored delta value between an old and new value of F, and dG is a delta between values of G. Are there many situations where we can derive the program dF -> dG given F -> G ? It seems like this is probably a topic with existing research, but I'm having trouble figuring out what to search for. This would be interesting in the context of a framework like React.js, where there is user code that modifies the user-interface state based on external events, then more user code which translates that state into a virtual DOM value, then finally the real DOM is modified using the virtual DOM. If we were able to derive a delta-based version of the user's code, then we could directly translate external events into real DOM manipulation, without generating an entire virtual DOM along the way. By Andy Fischer at 2015-01-31 04:53 | LtU Forum | previous forum topic | next forum topic | other blogs | 6780 reads
|
Browse archives
Active forum topics |
Recent comments
32 weeks 6 days ago
33 weeks 46 min ago
33 weeks 52 min ago
1 year 3 weeks ago
1 year 7 weeks ago
1 year 8 weeks ago
1 year 8 weeks ago
1 year 11 weeks ago
1 year 16 weeks ago
1 year 16 weeks ago