reverbrain / eblob

Eblob is an append-only low-level IO library, which saves data in blob files. Created as low-level backend for elliptics
GNU Lesser General Public License v3.0
104 stars 29 forks source link

New checksumming algorithm - chunked MurmurHash64A #131

Closed shaitan closed 9 years ago

shaitan commented 9 years ago

New data checksumming and verification are described at doc/blob_format.qdoc. These changes requires an major version bump.

shaitan commented 9 years ago

I've updated doc, restricted calls of eblob_preallocate and replaced CRC32 by MurmurHash64A.