This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-10-30
Channels
- # announcements (2)
- # babashka (37)
- # beginners (64)
- # biff (27)
- # cherry (7)
- # cider (19)
- # clj-kondo (10)
- # clojure-austin (4)
- # clojure-doc (18)
- # clojure-europe (72)
- # clojure-nl (1)
- # clojure-norway (13)
- # clojure-uk (5)
- # clojurescript (18)
- # data-science (28)
- # events (5)
- # graalvm (32)
- # hyperfiddle (6)
- # introduce-yourself (1)
- # jobs (4)
- # joyride (16)
- # juxt (6)
- # malli (7)
- # missionary (3)
- # off-topic (18)
- # pathom (15)
- # portal (14)
- # re-frame (14)
- # reitit (5)
- # releases (1)
- # rum (2)
- # sci (1)
- # shadow-cljs (102)
- # spacemacs (3)
- # sql (6)
- # web-security (2)
- # xtdb (10)
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?
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
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
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.
I’m assuming it does a check and only streams changed values? But I feel like there is more.