Fork me on GitHub
#datascript
<
2018-05-20
>
souenzzo02:05:06

@ronb this value masking work well when the values are non-serializable java objects?

souenzzo02:05:36

(i'm using datascript to store websocket sessions)

ronb07:05:59

@souenzzo There shouldn’t be any change necessary in regard to serialization. if you want to have a very efficient representation you can store the Datoms as a separate array of doubles and an array of arbitrary values

ronb07:05:28

:v is stored as an arbitrary object, so it should not change your handling of websocket sessions at all. if it works with current datascript

👍 4