Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.

upqueries #34

Open
lord opened this issue Nov 28, 2020 · 0 comments
Open

upqueries #34

lord opened this issue Nov 28, 2020 · 0 comments

Comments

@lord
Copy link
Owner

lord commented Nov 28, 2020

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant