Closed vamp closed 11 years ago
Seems reasonable to be able to configure it. I will look at adding this in.
The serializer is now exposed as ko.postbox.serializer
. This could be used to use JSON.stringify
or even simply returning an empty object {}
would force it to publish every time without needing to process the data at all.
Large amount of data (100+kb) increases execution time up to 185x + Perhaps there is a need for serialized variable configuration, like:
but if i work only with js-like data, i can do:
my benchmark: