This repository was archived by the owner on Oct 19, 2018. It is now read-only.
This repository was archived by the owner on Oct 19, 2018. It is now read-only.
long strings should be diff'ed #4
Open
Description
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.