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 | 6824 reads
|
Browse archives
Active forum topics |
Recent comments
2 weeks 5 days ago
43 weeks 11 hours ago
43 weeks 14 hours ago
43 weeks 15 hours ago
1 year 13 weeks ago
1 year 17 weeks ago
1 year 18 weeks ago
1 year 18 weeks ago
1 year 21 weeks ago
1 year 26 weeks ago