Fork me on GitHub
#hyperfiddle
<
2023-10-30
>
grounded_sage09:10:25

I’m not very familiar with what differential dataflow will allow. What kind of implementations are there that becomes an anti-pattern or redundant with this feature? What is something that this makes possible that isn’t wi the out it?

❤️ 1
Dustin Getz10:10:55

it’s just faster, it will also make streaming apis more natural to integrate. we did it to remove technical debt from the implementation and fix some perf issues

👍 4
Vincent17:10:55

Yeah. Everything is tracked by an id in the for-by which ensures you only get what the difference is -- conforming to this pattern is key. lots of examples in the example applications that you can start branching from

grounded_sage17:10:12

Yea I got that one. I was just curious about if I was missing anything. I don’t know what the difference will be for electric even if under the hood.

grounded_sage17:10:46

I’m assuming it does a check and only streams changed values? But I feel like there is more.

Vincent17:10:35

streaming is an interesting world of faucets and backpressure