hyper-mesh icon indicating copy to clipboard operation
hyper-mesh copied to clipboard

long strings should be diff'ed

Open catmando opened this issue 9 years ago • 0 comments

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.

catmando avatar Oct 13 '16 03:10 catmando