hyper-mesh
hyper-mesh copied to clipboard
long strings should be diff'ed
probably can use this gem: https://github.com/pvande/differ
basic strategy would be to send a checksum as "current value" and checksum + diff as new value.
if checksums before update match then use diff to update.
otherwise it acts like a dummy value / cache miss.