Fork me on GitHub
#hoplon
<
2017-09-20
>
thedavidmeister08:09:37

@alandipert i might have another use-case for the idea of passive data in a cell, or similar

thedavidmeister09:09:52

or, just being able to have more control over when a cell propagates

thedavidmeister09:09:17

playing around with some profiling i'm doing and i think checking equality of datascript dbs can be really slow

thedavidmeister09:09:46

i know that's pretty vague

thedavidmeister09:09:53

i'll post any more info i come across

alandipert14:09:36

thedavidmeister i've been experimenting with strategies along these lines

alandipert14:09:58

one option is, allow the user to specify the test function to use for propagation. it doesn't have to be =

alandipert14:09:16

could get pretty crazy though

alandipert14:09:16

i think that would turn into using cells for events, and by that piont it might have been better to have made an explicit events channel, or what have you