You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I imagine that most users don't want to verify each single update and re-request the data from another source if the update is manipulated. So maybe you store an error-correcting CRC checksum instead of something like sha or rabin.
ybinary v1
is a binary format optimized for one-time network transmission.It only supports overall reading and cannot know whether binary is damaged before the reading process goes wrong.
For specific analysis, please refer to this review:
toeverything/OctoBase#383 (comment)
We need to design a binary format that supports partial reading and self-verification to store crdt state permanently and robustly
The text was updated successfully, but these errors were encountered: