top | item 46702934

(no title)

MallocVoidstar | 1 month ago

> It’s not cryptographically secure

Neither is CRC32. I'm pretty sure xxhash is a straight upgrade compared to CRC32.

discuss

order

myrmidon|1 month ago

> I'm pretty sure xxhash is a straight upgrade compared to CRC32.

Unclear; performance should be pretty similar to CRC32 (depending on implementation), and since integrity checking can basically be done at RAM read speeds this should not matter either way.