@ronb this value masking work well when the values are non-serializable java objects?
(i'm using datascript to store websocket sessions)
@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
: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