anchors icon indicating copy to clipboard operation
anchors copied to clipboard

upqueries

Open lord opened this issue 5 years ago • 0 comments

one of the differences between a system like anchors/incremental/adapton and things more like noria is that noria has some notion of an 'upquery'. nodes can pass some request to their dependencies (i want the first 10 rows matching this definition), and that query can be modified based on which children

right now our demand info is basically a bool. i wonder if we could modify this system to have statically typed demand types that flow backwards on the graph? or could this be modelled with fn calls?? seems like the current system might not be generic enough to do this, but maybe i'm just not thinking about the problem in the right way.

this whole thing is extremely similar to our Dict type or IncrMap or raph's rope persistent rope stuff, but where maps and filters on those objects can upquery demand information

lord avatar Nov 28 '20 23:11 lord